try another way to ensure unittests are done

This commit is contained in:
Kjeld Schouten
2024-02-26 20:44:04 +01:00
parent acf668dc02
commit aef533e0ce
2 changed files with 4 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ jobs:
# Run tests
cd library/common-test/
helm dependency update
helm unittest -f "tests/**/*.yaml" . --set crd.verify.enabled=false
helm unittest -f "tests/**/*.yaml" . -v ./unit-values.yaml
install:
needs:

View File

@@ -0,0 +1,3 @@
crd:
verify:
enabled: false