This repository was archived by the owner on Jun 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 include :
2626 - name : Ganache
2727 before_script :
28- - PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -d --defaultBalanceEther 10000)
28+ - PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -h 0.0.0.0 - d --defaultBalanceEther 10000)
2929 - yarn wait-port -t 10000 localhost:8545
3030
3131 - name : Ganache with --noVMErrorsOnRPCResponse
3232 before_script :
33- - PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -d --defaultBalanceEther 10000 --noVMErrorsOnRPCResponse)
33+ - PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -h 0.0.0.0 - d --defaultBalanceEther 10000 --noVMErrorsOnRPCResponse)
3434 - yarn wait-port -t 10000 localhost:8545
3535
3636 - name : Geth
You can’t perform that action at this time.
0 commit comments