Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 28, 2024
1 parent 4e2e7d2 commit e9a94b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm run compile --if-present
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Start local chain
run: |
npm run chain &
sleep 5
- run: cd packages/ethernaut-signer && npm t
ethernaut-cli:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e9a94b3

Please sign in to comment.