mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-29 21:30:39 +00:00
Remove files after test (#1993)
This commit is contained in:
parent
341db16874
commit
d0f98b6c1f
5
.github/workflows/hil.yml
vendored
5
.github/workflows/hil.yml
vendored
@ -213,3 +213,8 @@ jobs:
|
|||||||
export PATH=$PATH:/home/espressif/.cargo/bin
|
export PATH=$PATH:/home/espressif/.cargo/bin
|
||||||
chmod +x xtask
|
chmod +x xtask
|
||||||
./xtask run-elfs ${{ matrix.target.soc }} tests-${{ matrix.target.soc }}
|
./xtask run-elfs ${{ matrix.target.soc }} tests-${{ matrix.target.soc }}
|
||||||
|
|
||||||
|
- name: Clean up
|
||||||
|
run: |
|
||||||
|
rm -rf tests-${{ matrix.target.soc }}
|
||||||
|
rm -f xtask
|
||||||
|
Loading…
x
Reference in New Issue
Block a user