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,14 @@ jobs:
2525 include :
2626 - name : Ganache
2727 before_script :
28- - PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000)
28+ # - PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000)
29+ - yarn ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000
2930 - yarn wait-port -t 10000 localhost:8545
3031
3132 - name : Ganache with --noVMErrorsOnRPCResponse
3233 before_script :
33- - PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000 --noVMErrorsOnRPCResponse)
34+ # - PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000 --noVMErrorsOnRPCResponse)
35+ - yarn ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000 --noVMErrorsOnRPCResponse
3436 - yarn wait-port -t 10000 localhost:8545
3537
3638 - name : Geth
You can’t perform that action at this time.
0 commit comments