From 595841cf3f2f3e4636e16a2b590b4cf518427fb1 Mon Sep 17 00:00:00 2001 From: MuneebAijaz Date: Wed, 6 Nov 2024 09:19:59 +0500 Subject: [PATCH] test workflow for semver update --- .github/workflows/pull_request.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index f764a94..14c7097 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -72,8 +72,10 @@ jobs: previous-version: ${{ steps.chart_eval.outputs.CURRENT_CHART_VERSION }} - name: Echo Success - if: steps.check-version.outputs.is-version-increased == 'true' - run: echo Version has increased + if: steps.check-version.outputs.is-version-increased != 'true' + run: | + echo "Helm Chart Version wasnt Updated" + exit 1 - name: Helm chart unit tests uses: d3adb5/helm-unittest-action@v2