chore: tweaks

This commit is contained in:
Adam Uhlíř 2023-04-26 11:43:23 +02:00
parent 5e236d1032
commit 5a83d90ae6
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B
1 changed files with 1 additions and 1 deletions

View File

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