Skip to content

Commit ee13abd

Browse files
committed
ci: add directory permissions step in sharing smart contract test workflow
1 parent cbeb215 commit ee13abd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
permissions:
1818
contents: write
19+
1920
steps:
2021
- uses: actions/checkout@v4
2122
with:
@@ -92,6 +93,9 @@ jobs:
9293
working-directory: packages/sharing-smart-contract
9394
run: npm run upgrade-local-fork -- --network local-bellecour-fork
9495

96+
- name: Set Directory Permissions
97+
run: sudo chmod -R 777
98+
9599
- name: Forge Tests
96100
working-directory: packages/sharing-smart-contract
97101
run: forge test --no-match-test "invariant" -vvvv

0 commit comments

Comments
 (0)