We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79b08b commit 530efddCopy full SHA for 530efdd
.github/workflows/utitcase-jdk11.yml
@@ -53,7 +53,7 @@ jobs:
53
jvm_timezone=$(random_timezone)
54
echo "JVM timezone is set to $jvm_timezone"
55
test_modules="!paimon-e2e-tests,!org.apache.paimon:paimon-hive-connector-3.1,"
56
- for suffix in 3.5 3.4 3.3 3.2 common; do
+ for suffix in 3.5 3.4 3.3 3.2 ut; do
57
test_modules+="!org.apache.paimon:paimon-spark-${suffix},"
58
done
59
test_modules="${test_modules%,}"
0 commit comments