run cleanup after playwright tests

This commit is contained in:
Asier Isayas
2026-01-06 12:04:36 -05:00
parent 6a43a52a39
commit 38b7de4f66

View File

@@ -254,6 +254,8 @@ jobs:
cleanupaccounts:
name: "Cleanup Test Database Accounts"
if: ${{ !cancelled() }}
needs: [playwright-tests]
runs-on: ubuntu-latest
env:
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}