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 cbeb215 commit 63e9670Copy full SHA for 63e9670
.github/workflows/sharing-smart-contract-test.yml
@@ -16,6 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
permissions:
18
contents: write
19
+
20
steps:
21
- uses: actions/checkout@v4
22
with:
@@ -92,6 +93,10 @@ jobs:
92
93
working-directory: packages/sharing-smart-contract
94
run: npm run upgrade-local-fork -- --network local-bellecour-fork
95
96
+ - name: Set Directory Permissions
97
+ working-directory: packages/sharing-smart-contract
98
+ run: sudo chmod -R 777 .
99
100
- name: Forge Tests
101
102
run: forge test --no-match-test "invariant" -vvvv
0 commit comments