Add test install
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
8c0b68fe02
commit
d804da13f1
5
.github/workflows/helm-ci.yml
vendored
5
.github/workflows/helm-ci.yml
vendored
@ -58,3 +58,8 @@ jobs:
|
|||||||
if: steps.list-changed.outputs.changed == 'true'
|
if: steps.list-changed.outputs.changed == 'true'
|
||||||
with:
|
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