We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb60735 commit 3cf400eCopy full SHA for 3cf400e
1 file changed
.github/workflows/test_end_to_end.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: change permission of fastpath cache for container read/write
34
run: |
35
- chmod 0777 tests/integration/fastpath/lib/cache
+ chmod 0777 -R tests/integration/fastpath/lib/cache
36
37
- name: Setup tmate session
38
uses: mxschmitt/action-tmate@v3
0 commit comments