Skip to content

Commit c54f135

Browse files
committed
hopefully fix very large CI post cleanup times
1 parent 531afaf commit c54f135

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ jobs:
4545

4646
- name: Run integration tests
4747
run: python3 Tester.py
48+
49+
- name: Cleanup
50+
if: always() # Ensure cleanup runs even if previous steps failed
51+
run: make clean

0 commit comments

Comments
 (0)