refactor and run cleanup during pr check

This commit is contained in:
Asier Isayas
2026-01-06 11:56:59 -05:00
parent 7cd41b9a96
commit a6446af31e
9 changed files with 119 additions and 126 deletions

View File

@@ -12,6 +12,11 @@ permissions:
id-token: write
contents: read
jobs:
cleanupaccounts:
name: "Cleanup Test Database Accounts"
needs: [playwright-tests]
if: ${{ !cancelled() }}
uses: ./.github/workflows/cleanup-base.yml
codemetrics:
runs-on: ubuntu-latest
name: "Log Code Metrics"
@@ -251,3 +256,9 @@ jobs:
name: html-report--attempt-${{ github.run_attempt }}
path: playwright-report
retention-days: 14
cleanupaccounts:
name: "Cleanup Test Database Accounts"
needs: [playwright-tests]
if: ${{ !cancelled() }}
uses: ./.github/workflows/cleanup-base.yml