From 227592773199be4c9948cae77f847d1d02c40a8b Mon Sep 17 00:00:00 2001 From: yuzelin <747884505@qq.com> Date: Wed, 6 Mar 2024 13:07:42 +0800 Subject: [PATCH] [ci] test1 --- .github/workflows/utitcase-flink.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/utitcase-flink.yml b/.github/workflows/utitcase-flink.yml index ff46487526d62..b1a045de9b27f 100644 --- a/.github/workflows/utitcase-flink.yml +++ b/.github/workflows/utitcase-flink.yml @@ -53,8 +53,10 @@ jobs: jvm_timezone=$(random_timezone) echo "JVM timezone is set to $jvm_timezone" test_modules="" + echo ${test_modules}$ for suffix in {1.14,1.15,1.16,1.17,1.18,common}; do test_modules+="org.apache.paimon:paimon-flink-${suffix}," done test_modules="${test_modules%,}" + echo ${test_modules}$ mvn -T 1C -B clean install -pl "${test_modules}" -Duser.timezone=$jvm_timezone env: MAVEN_OPTS: -Xmx4096m \ No newline at end of file