mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
test
This commit is contained in:
parent
4b871d64b9
commit
398df67f52
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-devnet.yml
vendored
4
.github/workflows/deploy-devnet.yml
vendored
|
|
@ -36,8 +36,8 @@ jobs:
|
||||||
$BASE_IMAGE \
|
$BASE_IMAGE \
|
||||||
--dev --http --http.api eth,net,web3,personal
|
--dev --http --http.api eth,net,web3,personal
|
||||||
|
|
||||||
- name: check if curl is installed
|
# - name: check if curl is installed
|
||||||
run: docker exec $CONTAINER_NAME which curl
|
# run: docker exec $CONTAINER_NAME which curl
|
||||||
|
|
||||||
- name: Wait for Geth RPC to become available
|
- name: Wait for Geth RPC to become available
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue