Skip to content

Commit 25ebadb

Browse files
committed
Debug CI
1 parent ad9ff43 commit 25ebadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sharing-smart-contract-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# 1) Uncaught error outside test suite
8787
- name: Hardhat Tests
8888
working-directory: packages/sharing-smart-contract
89-
run: npm run test -- --network bellecour-fork # runs on local forked hardhat network
89+
run: nc -z localhost 8545; npm run test -- --network bellecour-fork # runs on local forked hardhat network
9090

9191
- name: Upgrade Test
9292
working-directory: packages/sharing-smart-contract

0 commit comments

Comments
 (0)