File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ jobs:
8484
8585 # TODO check why the CI does not fail when the following error occurs:
8686 # 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
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
9090
9191 - name : Upgrade Test
9292 working-directory : packages/sharing-smart-contract
93- run : npm run upgrade-local-fork -- --network bellecour-fork
93+ run : ls -al; npm run upgrade-local-fork -- --network bellecour-fork
9494
9595 - name : Set Directory Permissions
9696 working-directory : packages/sharing-smart-contract
You can’t perform that action at this time.
0 commit comments