Skip to content

Commit 1c5e065

Browse files
committed
clean working directory
1 parent 88c840e commit 1c5e065

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/tests_hw.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
image: python:3.10.1-bullseye
3030
options: --privileged
3131
steps:
32+
- name: Clean workspace
33+
run: |
34+
ls -la .
35+
rm -rf ./*
36+
rm -rf ~/.arduino/tests
37+
3238
- name: Check if already passed
3339
id: cache-results
3440
if: github.event.pull_request.number != null

0 commit comments

Comments
 (0)