Skip to content

Commit 13a82a1

Browse files
committed
Remove file permissions
1 parent 87c9109 commit 13a82a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
- name: Run playground
3939
run: go run main.go cook ${{ matrix.flags }} --output /tmp/playground --timeout 4m --watchdog
4040

41+
# Make sure there are no permission issues on the playground directory
42+
- name: Remove playground directory
43+
run: rm -rf /tmp/playground
44+
4145
- name: Copy playground logs
4246
if: ${{ failure() }}
4347
run: ./scripts/ci-copy-playground-logs.sh /tmp/playground /tmp/playground-logs

0 commit comments

Comments
 (0)