diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31ff4774..27c5adab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: export PATH="${PATH}:/c/program files/nodejs" fi npm install - npm start & + npm start --verbose & until curl -s http://localhost:8545/ -X POST -H "Content-Type: application/json" --data '{"method":"eth_chainId","params":[],"id":1,"jsonrpc":"2.0"}'; do echo "Waiting for blockchain to startup" && sleep 1 ; done - name: Contract tests