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: |