fix helm unit-test ignoring sub-directories
Signed-off-by: Aran Shavit <Aranshavit@gmail.com>
This commit is contained in:
parent
10e27edc89
commit
59c868255d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -256,7 +256,7 @@ jobs:
|
||||||
git diff --exit-code charts/ingress-nginx/README.md
|
git diff --exit-code charts/ingress-nginx/README.md
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: helm unittest charts/ingress-nginx
|
run: helm unittest charts/ingress-nginx -f "tests/**/*_test.yaml"
|
||||||
|
|
||||||
chart-test:
|
chart-test:
|
||||||
name: Chart / Test
|
name: Chart / Test
|
||||||
|
|
Loading…
Reference in a new issue