From 0fffb1b615e3f0e963f3eaef60eb2c5ec100c931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Thu, 27 Apr 2023 10:54:14 +0200 Subject: [PATCH] chore: verbose hardhat not npm --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27c5adab..2e6040ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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