From 84d7fa8dcd6ad2c170379570b0fa769a00a9dee1 Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Thu, 14 Nov 2024 06:34:13 +0100 Subject: [PATCH] fixup-debug --- .github/workflows/ci-helm-installation-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-helm-installation-test.yml b/.github/workflows/ci-helm-installation-test.yml index cb12b924..3a95a5ea 100644 --- a/.github/workflows/ci-helm-installation-test.yml +++ b/.github/workflows/ci-helm-installation-test.yml @@ -63,7 +63,7 @@ jobs: --create-namespace \ --set image.tag=latest - - name: Verify Helm Installation + - name: Print all resources in scality-object-storage namespace run: | kubectl get all -n scality-object-storage @@ -76,7 +76,7 @@ jobs: uses: scality/actions/action-delay-job-completion@1.11.0 with: completion_delay_m: ${{ inputs.debug_delay_duration_minutes }} - continue-on-error: true + # continue-on-error: true - name: Cleanup Helm Release and Namespace run: |