We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4707fa commit 673633bCopy full SHA for 673633b
ci-test.sh
@@ -7,6 +7,8 @@ echo "export default {};" > hardhat.config.js
7
npx hardhat --version
8
nohup npx hardhat node &
9
nimble setup
10
+nimble deps
11
+nimble dump
12
# Wait until hardhat responds
13
while ! curl -X POST --data '{"jsonrpc":"2.0","method":"net_version","params":[],"id":67}' localhost:8545 2>/dev/null
14
do
0 commit comments