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 9160892
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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_contract_tests:
runs-on: ubuntu-latest
environment: development
steps:
Expand All @@ -12,12 +12,12 @@ 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}}

run_unit_and_e2e_tests:
run_app_unit_and_e2e_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -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 9160892

Please sign in to comment.