We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee774f commit 59bdd07Copy full SHA for 59bdd07
.github/workflows/sharing-smart-contract-test.yml
@@ -92,7 +92,9 @@ jobs:
92
93
- name: Forge Tests
94
working-directory: packages/sharing-smart-contract
95
- run: forge test --no-match-test "invariant" -vvvv
+ run: |
96
+ chmod -R 777 out
97
+ forge test --no-match-test "invariant" -vvvv
98
99
- name: Upload SARIF file
100
uses: github/codeql-action/upload-sarif@v3
0 commit comments