mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-11 05:29:54 +00:00
refactor and run cleanup during pr check
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user