CI: Fix chart testing. (#12260)
Co-authored-by: Aran Shavit <Aranshavit@gmail.com>
This commit is contained in:
parent
d45149f5d7
commit
0a82e711de
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -240,7 +240,7 @@ jobs:
|
|||
git diff --exit-code charts/ingress-nginx/README.md
|
||||
|
||||
- name: Run tests
|
||||
run: helm unittest charts/ingress-nginx
|
||||
run: helm unittest charts/ingress-nginx --file "tests/**/*_test.yaml"
|
||||
|
||||
chart-test:
|
||||
name: Chart / Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue