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 ad9ff43 commit 25ebadbCopy full SHA for 25ebadb
.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: npm run test -- --network bellecour-fork # runs on local forked hardhat network
+ run: nc -z localhost 8545; npm run test -- --network bellecour-fork # runs on local forked hardhat network
90
91
- name: Upgrade Test
92
0 commit comments