From 86b639dff76c07e61ae320074b410717efcd360b Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 2 May 2024 16:30:54 +0200 Subject: [PATCH] removed exits --- .github/workflows/e2e-windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index 5cb163057..acf73d9fd 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -169,8 +169,7 @@ jobs: if: always() shell: pwsh run: | - # .\constellation.exe iam destroy --debug -y - exit 1 + .\constellation.exe iam destroy --debug -y - 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