ci: try verbose logging

This commit is contained in:
Adam Uhlíř 2023-04-26 14:25:39 +02:00
parent 5a83d90ae6
commit bb5c727bc3
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 &
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