Skip to content

Commit 6f93f93

Browse files
committed
evm: try again
1 parent 19c4589 commit 6f93f93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
uses: "foundry-rs/foundry-toolchain@v1"
2424

2525
- name: "Run the tests"
26-
run: "CI_FORK_RPC=${{ secrets.POLYGON_MUMBAI_RPC }} cd evm && make ci"
26+
env:
27+
CI_FORK_RPC: ${{ secrets.POLYGON_MUMBAI_RPC }}
28+
run: "cd evm && make ci"
2729

2830
- name: "Add test summary"
2931
run: |

0 commit comments

Comments
 (0)