From 4efc36774ffb7477bfa24b0b1717ec9a4820487c Mon Sep 17 00:00:00 2001 From: devantler Date: Tue, 25 Jul 2023 02:09:55 +0200 Subject: [PATCH] fix --- .github/workflows/e2e-test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 0fa06fcb..bc6e01ba 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -28,10 +28,14 @@ jobs: run: flux install - name: Setup cluster reconciliation run: ./.github/scripts/e2e-setup-cluster-reconciliation.sh + shell: bash - name: Verify cluster reconciliation run: ./.github/scripts/e2e-verify-cluster-reconciliation.sh + shell: bash - name: Verify helm reconciliation run: ./.github/scripts/e2e-verify-helm-reconciliation.sh + shell: bash - name: Debug failure if: failure() run: ./.github/scripts/e2e-debug-failure.sh + shell: bash