Skip to content

Commit 59bdd07

Browse files
committed
ci: update permissions for output directory in Forge tests
1 parent 3ee774f commit 59bdd07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ jobs:
9292

9393
- name: Forge Tests
9494
working-directory: packages/sharing-smart-contract
95-
run: forge test --no-match-test "invariant" -vvvv
95+
run: |
96+
chmod -R 777 out
97+
forge test --no-match-test "invariant" -vvvv
9698
9799
- name: Upload SARIF file
98100
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)