Add test install
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
8c0b68fe02
commit
d804da13f1
7
.github/workflows/helm-ci.yml
vendored
7
.github/workflows/helm-ci.yml
vendored
@ -57,4 +57,9 @@ jobs:
|
||||
uses: helm/kind-action@v1.8.0
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
with:
|
||||
config: tools/kind.config
|
||||
config: tools/kind.config
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: |
|
||||
changed=$(ct list-changed --config "${CT_CONFIGFILE}")
|
||||
ct install --config "${CT_CONFIGFILE}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user