Skip to content

Commit a82d4b1

Browse files
committed
Cleanup leftovers when running CI
1 parent b4f6a01 commit a82d4b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ccm-integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ jobs:
175175
- name: Stagger tests
176176
run: 'sleep $((RANDOM % 60 + 1))'
177177

178+
- name: Cleanup Leftovers
179+
if: always()
180+
run: helpers/cleanup
181+
178182
- name: Create Test Cluster
179183
run: helpers/run-in-test-cluster
180184

0 commit comments

Comments
 (0)