From a47a0e73d66e5bd897f983e55eb259e9de5e9181 Mon Sep 17 00:00:00 2001 From: Dmytro Bondar Date: Wed, 18 Sep 2024 11:48:36 +0200 Subject: [PATCH] Skip clean-up tested chart --- .github/workflows/chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index 3b55b95..7516c0d 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -47,7 +47,7 @@ jobs: - uses: helm/kind-action@v1 - name: Run chart-testing (install) - run: ct install --config ct.yaml + run: ct install --config ct.yaml --skip-clean-up - name: Run helm package charts run: |