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 ee13abdCopy full SHA for ee13abd
.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,9 @@ 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
+ run: sudo chmod -R 777
98
99
- name: Forge Tests
100
101
run: forge test --no-match-test "invariant" -vvvv
0 commit comments