We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fdce9b commit 5325452Copy full SHA for 5325452
.github/workflows/core_tests.yml
@@ -26,6 +26,8 @@ jobs:
26
ETH_RPC_URL: "https://mainnet.infura.io/v3/${{ secrets.WEB3_INFURA_PROJECT_ID }}"
27
28
steps:
29
+ - uses: actions/checkout@v4
30
+
31
- name: Check that the fork is ready
32
shell: bash
33
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