From 931ad330226017e6def080b4df0ee64d22b69544 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 28 Dec 2022 21:19:34 +0200 Subject: [PATCH] run all tests --- run_common_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_common_tests.sh b/run_common_tests.sh index 5e9bce13..cf907dc1 100755 --- a/run_common_tests.sh +++ b/run_common_tests.sh @@ -22,6 +22,6 @@ echo "🔨 Building common..." helm dependency update "$common_test_path" echo "🧪 Running tests..." -helm unittest --update-snapshot --helm3 -f "tests/*init*/*.yaml" "./$common_test_path" +helm unittest --update-snapshot --helm3 -f "tests/*/*.yaml" "./$common_test_path" cleanup