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 c601c02
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ orbs:
rust: circleci/rust@1.6.0
jobs:
run_forge_tests:
working_directory: ~/zk-email-verify/packages/contracts
docker:
- 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
- checkout:
path: ~/zk-email-verify
- 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 c601c02

Please sign in to comment.