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