Skip to content

Commit

Permalink
always self test
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-tbd committed Oct 13, 2023
1 parent 8c6e2e5 commit 81b4bc7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/self-test.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: build

on:
push:
tags:
- "*"
on: [push]

jobs:
self-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: apt-get install -y golang-go
run: sudo apt-get install -y golang-go
- name: clone test target
run: git clone https://github.com/TBD54566975/web5-js.git web5-js
- name: self test
Expand Down

0 comments on commit 81b4bc7

Please sign in to comment.