chore: tweaks
This commit is contained in:
parent
5e236d1032
commit
5a83d90ae6
|
@ -55,7 +55,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
npm install
|
npm install
|
||||||
npm start &
|
npm start &
|
||||||
until curl http://localhost:8545/ -X POST -H "Content-Type: application/json" --data '{"method":"eth_chainId","params":[],"id":1,"jsonrpc":"2.0"}'; do 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
|
||||||
run: make -j${ncpu} testContracts
|
run: make -j${ncpu} testContracts
|
||||||
|
|
Loading…
Reference in New Issue