Skip to content

Commit

Permalink
ci: Add clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 1, 2024
1 parent 50b9c88 commit 277c7fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,8 @@ jobs:
if: success() || failure() # always run even if the previous step fails
with:
report_paths: "TEST-*.xml"

- name: Clean up
if: always()
run: |
sudo rm -rf /home/ubuntu/tests/

0 comments on commit 277c7fa

Please sign in to comment.