Skip to content

Commit

Permalink
Update helm chart test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Sep 15, 2022
1 parent 06fb449 commit 8bedeb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# run all checks but version increment always when something changed
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml --target-branch ${{ steps.ct-branch-target.outputs.ct-branch }} --check-version-increment=false
if: ${{ steps.list-changed.outputs.changed == 'true' && steps.ct-branch-target.outputs.ct-branch != 'master' }}
if: steps.list-changed.outputs.changed == 'true'

# run version check only if not dev as in dev we have a `x.y.z-dev` version
# x.y.z gets bumped automatically when doing a release
Expand All @@ -71,4 +71,4 @@ jobs:

# - name: Run chart-testing (install)
# run: ct install --config ct.yaml --target-branch ${{ steps.ct-branch-target.outputs.ct-branch }} --helm-extra-args '--set createSecret=true --set createRabbitMqSecret=true --set createPostgresqlSecret=true --set timeout=900'
# if: steps.list-changed.outputs.changed == 'true'
# if: steps.list-changed.outputs.changed == 'true'

0 comments on commit 8bedeb2

Please sign in to comment.