test positive

This commit is contained in:
MuneebAijaz
2024-11-06 09:24:41 +05:00
parent 595841cf3f
commit 28b70651fd
2 changed files with 3 additions and 3 deletions

View File

@@ -71,10 +71,10 @@ jobs:
current-version: ${{ steps.new_chart_version.outputs.result }}
previous-version: ${{ steps.chart_eval.outputs.CURRENT_CHART_VERSION }}
- name: Echo Success
- name: Fail if Helm Chart version isnt updated
if: steps.check-version.outputs.is-version-increased != 'true'
run: |
echo "Helm Chart Version wasnt Updated"
echo "Helm Chart Version wasnt updated"
exit 1
- name: Helm chart unit tests