Update .github/workflows/ci.yaml
This commit is contained in:
parent
0168816757
commit
9d584f1443
1 changed files with 1 additions and 1 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 -f "tests/**/*_test.yaml"
|
||||
run: helm unittest charts/ingress-nginx --file "tests/**/*_test.yaml"
|
||||
|
||||
chart-test:
|
||||
name: Chart / Test
|
||||
|
|
Loading…
Reference in a new issue