Skip to content

Commit

Permalink
ci: download snark artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechsimetka committed Dec 7, 2023
1 parent 392e710 commit d6ce17c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Install dependenciess
run: pnpm install --frozen-lockfile

- name: Download snark-artifacts
working-directory: packages/contracts
run: pnpm run download:snark-artifacts

- name: Start Hardhat node, Run Tests, and Shutdown Hardhat node
run: |
npx hardhat node &
Expand Down

0 comments on commit d6ce17c

Please sign in to comment.