File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/sharing-smart-contract Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments