From d0f98b6c1f45c6f2c934363107544eaf6f020972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 26 Aug 2024 15:50:40 +0200 Subject: [PATCH] Remove files after test (#1993) --- .github/workflows/hil.yml | 5 +++++ 1 file changed, 5 insertions(+) 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