We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f0d1e commit 25f7d1fCopy full SHA for 25f7d1f
.github/workflows/sharing-smart-contract-test.yml
@@ -86,7 +86,7 @@ jobs:
86
# 1) Uncaught error outside test suite
87
- name: Hardhat Tests
88
working-directory: packages/sharing-smart-contract
89
- run: curl -v http://127.0.0.1:8545; echo '#######'; nc -z localhost 8545; DEBUG=* npm run test -- --network bellecour-fork # runs on local forked hardhat network
+ run: npm run test -- --network bellecour-fork # runs on local forked hardhat network
90
91
- name: Upgrade Test
92
0 commit comments