Skip to content

Commit

Permalink
evm: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
a5-pickle committed Jan 15, 2024
1 parent 19c4589 commit 6f93f93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
uses: "foundry-rs/foundry-toolchain@v1"

- name: "Run the tests"
run: "CI_FORK_RPC=${{ secrets.POLYGON_MUMBAI_RPC }} cd evm && make ci"
env:
CI_FORK_RPC: ${{ secrets.POLYGON_MUMBAI_RPC }}
run: "cd evm && make ci"

- name: "Add test summary"
run: |
Expand Down

0 comments on commit 6f93f93

Please sign in to comment.