Skip to content

Commit

Permalink
chore: add bootstrap command before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jun 21, 2023
1 parent 49ef88b commit 9ebb0ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm ci
- name: Bootstrap
run: npm run bootstrap
- name: Test
run: |
nohup sh -c "aptos node run-local-testnet --with-faucet" > nohup.out 2> nohup.err < /dev/null &
Expand Down

0 comments on commit 9ebb0ea

Please sign in to comment.