Skip to content

Commit

Permalink
chore: update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Jun 12, 2023
1 parent a863609 commit 0bf5aa6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ jobs:
- image: ghcr.io/foundry-rs/foundry:latest
steps:
- checkout
- run:
name: install foundry packages
command: forge install openzeppelin/openzeppelin-contracts foundry-rs/forge-std openzeppelin/openzeppelin-contracts-upgradeable dapphub/ds-test --no-git
working_directory: src/contracts
- node/install-packages:
pkg-manager: yarn
working_directory: packages/contracts
- run:
name: run foundry tests
command: forge test --fork-url https://eth-goerli.g.alchemy.com/v2/${ALCHEMY_API_KEY}
working_directory: src/contracts
working_directory: packages/contracts

run_unit_and_e2e_tests:
working_directory: ~/zk-email-verify/packages/twitter-verifier-app
Expand Down

0 comments on commit 0bf5aa6

Please sign in to comment.