From d804da13f18eecbf517af148807c6e4893c42e5e Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Fri, 18 Aug 2023 11:20:20 +0100 Subject: [PATCH] Add test install Signed-off-by: Michel Hollands --- .github/workflows/helm-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-ci.yml b/.github/workflows/helm-ci.yml index 67d13a0..f961c0e 100644 --- a/.github/workflows/helm-ci.yml +++ b/.github/workflows/helm-ci.yml @@ -57,4 +57,9 @@ jobs: uses: helm/kind-action@v1.8.0 if: steps.list-changed.outputs.changed == 'true' with: - config: tools/kind.config \ No newline at end of file + config: tools/kind.config + + - name: Run chart-testing (install) + run: | + changed=$(ct list-changed --config "${CT_CONFIGFILE}") + ct install --config "${CT_CONFIGFILE}"