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: