mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-19 16:24:32 +00:00
chore: verbose hardhat not npm
This commit is contained in:
parent
bb5c727bc3
commit
0fffb1b615
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user