mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 07:39:17 -03:00
try another way to ensure unittests are done
This commit is contained in:
2
.github/workflows/common_library_tests.yaml
vendored
2
.github/workflows/common_library_tests.yaml
vendored
@@ -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:
|
||||
|
||||
3
library/common-test/unit-values.yaml
Normal file
3
library/common-test/unit-values.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
crd:
|
||||
verify:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user