Skip to content

Commit 63e9670

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 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,10 @@ 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+
working-directory: packages/sharing-smart-contract
98+
run: sudo chmod -R 777 .
99+
95100
- name: Forge Tests
96101
working-directory: packages/sharing-smart-contract
97102
run: forge test --no-match-test "invariant" -vvvv

0 commit comments

Comments
 (0)