We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531afaf commit c54f135Copy full SHA for c54f135
.github/workflows/ci.yml
@@ -45,3 +45,7 @@ jobs:
45
46
- name: Run integration tests
47
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