mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-05 01:35:40 -05:00
TEST: fail iam deletion
This commit is contained in:
parent
3477a6ee82
commit
63207e3ce4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/e2e-windows.yml
vendored
6
.github/workflows/e2e-windows.yml
vendored
|
|
@ -156,8 +156,7 @@ jobs:
|
|||
if: always()
|
||||
shell: pwsh
|
||||
run: |
|
||||
# .\constellation.exe terminate --debug -y
|
||||
exit 1
|
||||
.\constellation.exe terminate --debug -y
|
||||
|
||||
- name: Login to Azure (IAM service principal)
|
||||
if: always()
|
||||
|
|
@ -170,7 +169,8 @@ jobs:
|
|||
if: always()
|
||||
shell: pwsh
|
||||
run: |
|
||||
.\constellation.exe iam destroy --debug -y
|
||||
# .\constellation.exe iam destroy --debug -y
|
||||
exit 1
|
||||
|
||||
- name: Clean up after failure
|
||||
if: ${{ (failure() && (steps.terminate-cluster.conclusion == 'failure' || steps.delete-iam.conclusion == 'failure')) || cancelled() }} # run on a cleanup failure or if cancelled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue