run all tests

This commit is contained in:
Stavros kois
2022-12-28 21:19:34 +02:00
parent 62bad4f816
commit 931ad33022

View File

@@ -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