misc: Update ci-tests.yaml to always clean runner

Adds line to make sure the runners are always cleaned whether
or not the previous tests pass

Change-Id: I980c0232305999fb3548464ea1b6eaeca7bcdbd6
This commit is contained in:
Melissa Jost
2023-07-21 15:53:12 -07:00
parent 0dd4334622
commit 6a360bd1bb

View File

@@ -103,6 +103,7 @@ jobs:
path: output.zip
retention-days: 7
- name: Clean runner
if: success() || failure()
run:
rm -rf ./* || true
rm -rf ./.??* || true