From 59c868255d5e4ef89b3805165ab0fa3469190f9a 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 28034c586..07172e665 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -256,7 +256,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