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