diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1c99736..9a8c76f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -31,4 +31,5 @@ jobs: - name: Validate 3.8.0 run: | if [ $(helm version) != 'v3.8.0' ]; then - echo "HELM VERSION INCORRECT: LOOKING FOR $(HELM_3_8_0) GOT $(helm version)" \ No newline at end of file + echo "HELM VERSION INCORRECT: LOOKING FOR $(HELM_3_8_0) GOT $(helm version)" + fi \ No newline at end of file