Commit 41a5f96 1 parent 1478001 commit 41a5f96 Copy full SHA for 41a5f96
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -85,21 +85,24 @@ jobs:
85
85
run : pnpm run test:e2e --grep @real
86
86
87
87
- name : Scrub Secrets From Trace
88
+ if : always()
88
89
run : pnpm run scrub-secrets:e2e
89
90
90
91
- name : Azure login
91
92
uses : azure/login@v2
93
+ if : always()
92
94
with :
93
95
client-id : ${{ secrets.AZURE_TESTING_CLIENT_ID }}
94
96
tenant-id : ${{ secrets.AZURE_TESTING_TENANT_ID }}
95
97
subscription-id : ${{ secrets.AZURE_TESTING_SUBSCRIPTION_ID }}
96
98
97
99
- name : Delete Resoruce Group
98
100
shell : bash
101
+ if : always()
99
102
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
103
106
104
107
- name : " Upload Playwright Report to Azure Blob Storage for static site access"
105
108
shell : bash
You can’t perform that action at this time.
0 commit comments