Skip to content

Commit 229d4f4

Browse files
committed
ci: add env vars required for forked tests
1 parent 57ae2c8 commit 229d4f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131

3232
name: Foundry project
3333
runs-on: ubuntu-latest
34+
env:
35+
FORK_URL: 'https://eth.llamarpc.com'
36+
FORK_BLOCK_NUMBER: 20691292
3437
steps:
3538
- uses: actions/checkout@v4
3639
with:

0 commit comments

Comments
 (0)