mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
test hardhat
This commit is contained in:
parent
9abbfda327
commit
e3a8bd973c
1 changed files with 10 additions and 0 deletions
10
.github/workflows/ci-build.yaml
vendored
10
.github/workflows/ci-build.yaml
vendored
|
|
@ -24,3 +24,13 @@ jobs:
|
||||||
--health-interval=10s
|
--health-interval=10s
|
||||||
--health-timeout=5s
|
--health-timeout=5s
|
||||||
--health-retries=10
|
--health-retries=10
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Wait for Geth devnet to be ready
|
||||||
|
run: |
|
||||||
|
for i in {1..20}; do
|
||||||
|
curl --silent http://localhost:8545 && break
|
||||||
|
echo "Waiting for geth..."
|
||||||
|
sleep 3
|
||||||
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue