Skip to content

Commit 5325452

Browse files
committed
fix: core tests ci workflow
1 parent 3fdce9b commit 5325452

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/core_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
ETH_RPC_URL: "https://mainnet.infura.io/v3/${{ secrets.WEB3_INFURA_PROJECT_ID }}"
2727

2828
steps:
29+
- uses: actions/checkout@v4
30+
2931
- name: Check that the fork is ready
3032
shell: bash
3133
run: timeout 30 bash -c 'until printf "" 2>>/dev/null >>/dev/tcp/$0/$1; do sleep 1; done' 127.0.0.1 8555

0 commit comments

Comments
 (0)