Skip to content

#630 Configure Automated Cleanup of Test Artifacts in CI#683

Open
Olamidepy wants to merge 3 commits into
ceejaylaboratory:mainfrom
Olamidepy:feature/issue-630-configure-automated-cleanup-of-test
Open

#630 Configure Automated Cleanup of Test Artifacts in CI#683
Olamidepy wants to merge 3 commits into
ceejaylaboratory:mainfrom
Olamidepy:feature/issue-630-configure-automated-cleanup-of-test

Conversation

@Olamidepy

@Olamidepy Olamidepy commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Closes #630


This PR addresses #630 by configuring automated post-test cleanup steps across CI workflows to clean up temporary test databases, coverage reports, logs, and other generated check reports.

Key Changes

  • Backend Workflow: Appended a cleanup step to remove coverage, logs, SQLite test.db* files, and migration-status.md.
  • Migration Integrity Workflow: Appended a cleanup step to remove intermediate check reports (migrate-status.txt and migration-report.md).
  • Dashboard Workflow: Appended a cleanup step to remove Playwright test-results/.
  • Resilience: Configured all cleanup steps with if: always() to ensure workspaces are cleaned regardless of whether preceding steps succeed or fail.

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@Olamidepy Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Olamidepy

Copy link
Copy Markdown
Contributor Author

@Ceejaytech25 kindly merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure Automated Cleanup of Test Artifacts in CI

1 participant