From f99c5f45e50a4ec9c2c84d6e6557948f735036a7 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 2 Apr 2024 16:10:29 +0200 Subject: [PATCH] OZG-5115 update helm unittest command --- run_helm_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_helm_test.sh b/run_helm_test.sh index 3e37c7fcd..b19a9bc7c 100755 --- a/run_helm_test.sh +++ b/run_helm_test.sh @@ -4,4 +4,4 @@ set -e helm template ./src/main/helm/ -f src/test/helm-linter-values.yaml helm lint -f src/test/helm-linter-values.yaml ./src/main/helm/ -cd src/main/helm && helm unittest -f '../../test/helm/*.yaml' . \ No newline at end of file +cd src/main/helm && helm unittest -f '../../test/helm/**/*test.yaml' . \ No newline at end of file -- GitLab