fix some helm tests

This commit is contained in:
Kjeld Schouten-Lebbing
2023-02-18 19:13:29 +01:00
parent 97f59849d0
commit 0668682d36

View File

@@ -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: