update the ci/cd

This commit is contained in:
Radostina Lyubomirova 2025-06-03 20:43:52 +03:00
parent 25f0d9ccfe
commit 7890843c23

View file

@ -17,7 +17,7 @@ jobs:
run: |
docker run -d --name geth-devnet -p 8545:8545 \
ghcr.io/${{ github.repository_owner }}/go-ethereum:dev-latest \
--http --http.addr 0.0.0.0 --http.port 8545 \
geth --http --http.addr 0.0.0.0 --http.port 8545 \
--http.api eth,net,web3 \
--dev