Skip to content

Commit e4092e4

Browse files
committed
recursively make entire restored cache entries read/write
1 parent cb60735 commit e4092e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_end_to_end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: change permission of fastpath cache for container read/write
3434
run: |
35-
chmod 0777 tests/integration/fastpath/lib/cache
35+
chmod -r 0777 tests/integration/fastpath/lib/cache
3636
3737
- name: Setup tmate session
3838
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)