Skip to content

Commit

Permalink
fix github actions test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Apr 17, 2024
1 parent 04332da commit 7161fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
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/${{secrets.ALCHEMY_API_KEY}}
run: forge test --root ./packages/contracts

run_app_unit_and_e2e_tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7161fae

Please sign in to comment.