We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10d33d commit c368eafCopy full SHA for c368eaf
.github/workflows/unit-tests.yaml
@@ -42,4 +42,4 @@ jobs:
42
- name: Run helm-unittest
43
# by default looks for tests/*_test.yaml
44
run: |
45
- helm unittest --color --helm3 -f tests/unit/*_test.yaml .
+ helm unittest --color --helm3 -f 'tests/unit/*_test.yaml' .
tests/README.md
@@ -17,7 +17,7 @@ helm dependency update
17
18
To run the tests manually from the chart's root dir:
19
```
20
-helm unittest --helm3 -f tests/unit/*_test.yaml .
+helm unittest --helm3 -f 'tests/unit/*_test.yaml' .
21
22
23
> Note! If you need to add unit tests, file names should follow this pattern: `tests/unit/name_your_test.yaml`
0 commit comments