We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3748109 commit c0caf8bCopy full SHA for c0caf8b
.github/workflows/lint-test.yaml
@@ -54,7 +54,7 @@ jobs:
54
helm plugin install --verify=false https://github.com/helm-unittest/helm-unittest
55
shell: bash
56
- name: Run unit tests
57
- run: helm unittest --color .
+ run: helm unittest .
58
59
- name: Run chart-testing (install)
60
if: steps.list-changed.outputs.changed == 'true'
0 commit comments