ci: try verbose logging
This commit is contained in:
parent
5a83d90ae6
commit
bb5c727bc3
|
@ -54,7 +54,7 @@ jobs:
|
||||||
export PATH="${PATH}:/c/program files/nodejs"
|
export PATH="${PATH}:/c/program files/nodejs"
|
||||||
fi
|
fi
|
||||||
npm install
|
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
|
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
|
- name: Contract tests
|
||||||
|
|
Loading…
Reference in New Issue