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}"