From 98813ef7babea60b996a8a3f07df6efbf379fd69 Mon Sep 17 00:00:00 2001 From: Aran Shavit Date: Tue, 29 Oct 2024 13:42:21 +0200 Subject: [PATCH] fix helm unit-test ignoring sub-directories Signed-off-by: Aran Shavit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65ad3bcda..94f0cda4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 -f "tests/**/*_test.yaml" chart-test: name: Chart / Test