Remove files after test (#1993)

This commit is contained in:
Dániel Buga 2024-08-26 15:50:40 +02:00 committed by GitHub
parent 341db16874
commit d0f98b6c1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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