Skip to content

Commit 41a5f96

Browse files
authored
Update real-e2e.yml
1 parent 1478001 commit 41a5f96

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/real-e2e.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,24 @@ jobs:
8585
run: pnpm run test:e2e --grep @real
8686

8787
- name: Scrub Secrets From Trace
88+
if: always()
8889
run: pnpm run scrub-secrets:e2e
8990

9091
- name: Azure login
9192
uses: azure/login@v2
93+
if: always()
9294
with:
9395
client-id: ${{ secrets.AZURE_TESTING_CLIENT_ID }}
9496
tenant-id: ${{ secrets.AZURE_TESTING_TENANT_ID }}
9597
subscription-id: ${{ secrets.AZURE_TESTING_SUBSCRIPTION_ID }}
9698

9799
- name: Delete Resoruce Group
98100
shell: bash
101+
if: always()
99102
run: |
100-
az group delete -n lauxtestchromium --yes --no-wait
101-
az group delete -n lauxtestfirefox --yes --no-wait
102-
az group delete -n lauxtestwebkit --yes --no-wait
103+
az group delete -n lauxtest2chromium --yes --no-wait
104+
az group delete -n lauxtest2firefox --yes --no-wait
105+
az group delete -n lauxtest2webkit --yes --no-wait
103106
104107
- name: "Upload Playwright Report to Azure Blob Storage for static site access"
105108
shell: bash

0 commit comments

Comments
 (0)