From 88b98b814f4a8bcaf49693335338e087734cf49f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 30 Nov 2025 11:15:25 +0100 Subject: [PATCH] fix(ci): remove color --- .gitea/workflows/helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index f39db99..4cbec49 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -34,4 +34,4 @@ jobs: name: Install helm-unittest run: helm plugin install --verify=false --version "${HELM_UNITTEST_VERSION}" https://github.com/helm-unittest/helm-unittest - name: Execute helm unittests - run: helm unittest --color --strict --file 'unittests/**/*.yaml' . + run: helm unittest --strict --file 'unittests/**/*.yaml' .