diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index 232880963..273409c20 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -213,3 +213,8 @@ jobs: export PATH=$PATH:/home/espressif/.cargo/bin chmod +x xtask ./xtask run-elfs ${{ matrix.target.soc }} tests-${{ matrix.target.soc }} + + - name: Clean up + run: | + rm -rf tests-${{ matrix.target.soc }} + rm -f xtask