chore: verbose hardhat not npm
This commit is contained in:
parent
bb5c727bc3
commit
0fffb1b615
|
@ -54,7 +54,7 @@ jobs:
|
|||
export PATH="${PATH}:/c/program files/nodejs"
|
||||
fi
|
||||
npm install
|
||||
npm start --verbose &
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue