diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c2a7b22..f764a94 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -71,6 +71,10 @@ jobs: current-version: ${{ steps.new_chart_version.outputs.result }} 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 + - name: Helm chart unit tests uses: d3adb5/helm-unittest-action@v2 with: