ci: use npm ci and solidity bump
This commit is contained in:
parent
963edd9015
commit
d8775e307f
|
@ -53,7 +53,7 @@ jobs:
|
||||||
if [[ '${{ matrix.os }}' == 'windows' ]]; then
|
if [[ '${{ matrix.os }}' == 'windows' ]]; then
|
||||||
export PATH="${PATH}:/c/program files/nodejs"
|
export PATH="${PATH}:/c/program files/nodejs"
|
||||||
fi
|
fi
|
||||||
npm install
|
npm ci
|
||||||
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
|
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
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e38c3c3897f6d07d8fdc02c63c5a9f76aa3931df
|
Subproject commit 3a900ca247f9f871cb99276dd795ab655dbd5ea5
|
Loading…
Reference in New Issue