Skip to content

Commit 65e07fe

Browse files
committed
Debug upgrade tests on CI
1 parent 74e1c91 commit 65e07fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)