Skip to content

Commit e33be78

Browse files
committed
Revert debug code
1 parent b176ec7 commit e33be78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/checkout-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,7 @@ jobs:
213213
- name: Remove basic
214214
if: runner.os != 'windows'
215215
run: |
216-
set -x
217-
ls
218-
rm -r basic
216+
rm -rf basic
219217
- name: Remove basic (Windows)
220218
if: runner.os == 'windows'
221219
shell: cmd

0 commit comments

Comments
 (0)