Skip to content

Commit

Permalink
chore: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Jan 21, 2024
1 parent a97ca1a commit 9ca6193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push]
jobs:
run_twitter_circuit_tests:
run_twitter_ccontract_tests:
runs-on: ubuntu-latest
environment: development
steps:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Install Yarn dependencies
working-directory: ./packages/circuits
working-directory: ./packages/contracts
run: yarn install --immutable
- name: Run Tests
run: forge test --root ./packages/contracts --fork-url https://eth-goerli.g.alchemy.com/v2/${{vars.ALCHEMY_API_KEY}}
Expand Down Expand Up @@ -42,5 +42,5 @@ jobs:
env:
CI: "true"
with:
args: yarn workspace @zk-email/twitter-verifier test:full-e2e
args: yarn workspace @zk-email/twitter-verifier-app test:full-e2e

0 comments on commit 9ca6193

Please sign in to comment.