Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaudoe committed Sep 29, 2023
1 parent a6e3ea9 commit 35b9bc5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.20'
- name: Test
run: make test
env:
LOTUS_URL: ${{ secrets.LOTUS_URL_DEVNET }}
AUTH_JWT: ${{ secrets.LOTUS_JWT_DEVNET }}
- name: Install dependencies
run: sudo apt update && sudo apt install -yy build-essential
- name: Build
run: make build

checks:
test:
runs-on: [self-hosted, linux, x64]
steps:
- name: Checkout
Expand All @@ -30,3 +29,10 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.20'
- name: Install dependencies
run: sudo apt update && sudo apt install -yy build-essential
- name: Test
run: make test
env:
LOTUS_URL: ${{ secrets.LOTUS_URL_DEVNET }}
AUTH_JWT: ${{ secrets.LOTUS_JWT_DEVNET }}

0 comments on commit 35b9bc5

Please sign in to comment.