Skip to content

Commit 7f1bd2e

Browse files
committed
fix(workflow): ensure environment destruction runs always in test-e2e
1 parent a3fbf13 commit 7f1bd2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343

4444
- name: Destroy environment
4545
run: azd down --force --purge
46+
if: always()
4647
env:
4748
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
4849
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}

0 commit comments

Comments
 (0)