chore: verbose hardhat not npm

This commit is contained in:
Adam Uhlíř 2023-04-27 10:54:14 +02:00
parent bb5c727bc3
commit 0fffb1b615
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B
1 changed files with 1 additions and 1 deletions

View File

@ -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