Skip to content

Commit 7afc0af

Browse files
committed
Debug upgrade tests on CI
1 parent 65e07fe commit 7afc0af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
working-directory: packages/sharing-smart-contract
5656
run: npm run uml
5757

58-
- name: Static Analyzer
59-
uses: crytic/[email protected]
60-
id: slither
61-
with:
62-
sarif: result.sarif
63-
fail-on: none
64-
target: 'packages/sharing-smart-contract/'
58+
# - name: Static Analyzer
59+
# uses: crytic/[email protected]
60+
# id: slither
61+
# with:
62+
# sarif: result.sarif
63+
# fail-on: none
64+
# target: 'packages/sharing-smart-contract/'
6565

6666
- name: Start Anvil
6767
run: |

0 commit comments

Comments
 (0)