From ed7a21d5891382339abd744e6816a6ece34a9fa2 Mon Sep 17 00:00:00 2001 From: Asa Gayle Date: Tue, 8 Feb 2022 13:59:33 -0500 Subject: [PATCH] Added more context to integration test --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9014f61..a3b1b92 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -50,11 +50,11 @@ jobs: else echo "HELM VERSION $HELM_3_7_2 INSTALLED SUCCESSFULLY" fi - - name: Setup helm 3.5.0 + - name: Setup helm 3.5.0 with no v in version uses: ./ with: version: ${{ env.HELM_NO_V }} - - name: Validate 3.5.0 + - name: Validate 3.5.0 without v in version run: | if [[ $(helm version) != *$HELM_NO_V* ]]; then echo "HELM VERSION INCORRECT: HELM VERSION DOES NOT CONTAIN v3.5.0"