diff --git a/run_common_tests.sh b/run_common_tests.sh index 73501e63..4803d298 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 -f "tests/*/*.yaml" "./$common_test_path" -v ./$common_test_path/unit-values.yaml +helm unittest --update-snapshot -f "tests/vols*/*.yaml" "./$common_test_path" -v ./$common_test_path/unit-values.yaml cleanup