Merge pull request #6 from radost5454/ci_cd

update the ci/cd
This commit is contained in:
radost5454 2025-06-03 20:44:40 +03:00 committed by GitHub
commit 11cef813b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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