Skip to content

Commit 62f0d1e

Browse files
committed
Debug CI
1 parent 14c94f1 commit 62f0d1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: nc -z localhost 8545; DEBUG=* npm run test -- --network bellecour-fork # runs on local forked hardhat network
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
9090

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

packages/sharing-smart-contract/hardhat.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
},
3030
'bellecour-fork': {
3131
...bellecourBase,
32-
url: 'http://localhost:8545',
32+
url: 'http://127.0.0.1:8545',
3333
},
3434
bellecour: {
3535
...bellecourBase,

0 commit comments

Comments
 (0)