From 0668682d36febae61d323237b706552c7041997d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 18 Feb 2023 19:13:29 +0100 Subject: [PATCH] fix some helm tests --- .github/workflows/common_library_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index a0bb470b..1033479f 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -94,7 +94,7 @@ jobs: # Run tests cd library/common-test/ helm dependency update - helm unittest --helm3 -f "tests/*/*.yaml" . + helm unittest --helm3 -f "tests/**/*.yaml" . install: needs: