From 9a939c1ea916cf025c83fa3d6cff2779825e4b06 Mon Sep 17 00:00:00 2001 From: jessebot Date: Thu, 23 Jan 2025 21:57:24 +0100 Subject: [PATCH] allow cleanup in ci --- .github/workflows/ci-helm-lint-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-helm-lint-test.yml b/.github/workflows/ci-helm-lint-test.yml index f034d80..1b58133 100644 --- a/.github/workflows/ci-helm-lint-test.yml +++ b/.github/workflows/ci-helm-lint-test.yml @@ -81,4 +81,6 @@ jobs: id: install if: steps.list-changed.outputs.changed == 'true' run: | - ct install --target-branch ${{ github.event.repository.default_branch }} --helm-extra-set-args "--values ./charts/pixelfed/test-values/postgresql-plain.yaml" --skip-clean-up + ct install \ + --target-branch ${{ github.event.repository.default_branch }} \ + --helm-extra-set-args "--values ./charts/pixelfed/test-values/postgresql-plain.yaml"