mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-04 02:10:21 +00:00
test workflow for semver update
This commit is contained in:
6
.github/workflows/pull_request.yaml
vendored
6
.github/workflows/pull_request.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user