fix(ci): remove color
All checks were successful
Helm / helm-lint (push) Successful in 5s
Helm / helm-unittest (push) Successful in 17s

This commit is contained in:
2025-11-30 11:15:25 +01:00
parent 88df506b4b
commit 88b98b814f

View File

@@ -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' .