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 06ded1aCopy full SHA for 06ded1a
.github/workflows/sharing-smart-contract-test.yml
@@ -11,6 +11,9 @@ concurrency:
11
group: ${{ github.ref }}-sharing-smart-contract-tests
12
cancel-in-progress: true
13
14
+permissions:
15
+ contents: write
16
+
17
jobs:
18
build-and-test:
19
runs-on: ubuntu-latest
@@ -90,6 +93,10 @@ jobs:
90
93
working-directory: packages/sharing-smart-contract
91
94
run: npm run upgrade-local-fork -- --network local-bellecour-fork
92
95
96
+ - name: Set permissions for Forge
97
+ working-directory: packages/sharing-smart-contract
98
+ run: chmod -R 755 .
99
100
- name: Forge Tests
101
102
run: forge test --no-match-test "invariant" -vvvv
0 commit comments