Loading .github/workflows/lint-test.yml +3 −2 Original line number Diff line number Diff line Loading @@ -41,5 +41,6 @@ jobs: uses: helm/kind-action@v1.4.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) run: ct install No newline at end of file # TODO: enable again when skip-clean-up is released in the next version # - name: Run chart-testing (install) # run: ct install --debug --skip-clean-up --helm-extra-args=" --dry-run " Loading
.github/workflows/lint-test.yml +3 −2 Original line number Diff line number Diff line Loading @@ -41,5 +41,6 @@ jobs: uses: helm/kind-action@v1.4.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) run: ct install No newline at end of file # TODO: enable again when skip-clean-up is released in the next version # - name: Run chart-testing (install) # run: ct install --debug --skip-clean-up --helm-extra-args=" --dry-run "