File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
packages/sharing-smart-contract Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 8383 echo "Error: Anvil did not start within the timeout period."
8484 exit 1
8585
86+ # TODO check why the CI does not fail when the following error occurs:
87+ # 1) Uncaught error outside test suite
8688 - name : Hardhat Tests
8789 working-directory : packages/sharing-smart-contract
90+ # TODO run tests on hardhat forked network without using anvil.
8891 run : npm run test -- --network ci-bellecour-fork
8992
9093 - name : Upgrade Test
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ module.exports = {
3434 } ,
3535 'ci-bellecour-fork' : {
3636 ...bellecourBase ,
37- url : 'http://bellecour-fork :8545' ,
37+ url : 'http://localhost :8545' ,
3838 } ,
3939 bellecour : {
4040 ...bellecourBase ,
You can’t perform that action at this time.
0 commit comments