Skip to content

Commit

Permalink
HIL: Don't skip cleanup (#2024)
Browse files Browse the repository at this point in the history
* Don't skip cleanup

* Make sure the power is off for a short while
  • Loading branch information
bugadani committed Aug 28, 2024
1 parent 6fb636b commit 99c238d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ jobs:
sudo uhubctl -a off -l $hub
done
sleep 0.5
# Enable all used hubs
for hub in ${{ matrix.target.hubs }}; do
sudo uhubctl -a on -l $hub
Expand All @@ -215,6 +217,7 @@ jobs:
./xtask run-elfs ${{ matrix.target.soc }} tests-${{ matrix.target.soc }}
- name: Clean up
if: always()
run: |
rm -rf tests-${{ matrix.target.soc }}
rm -f xtask

0 comments on commit 99c238d

Please sign in to comment.