Skip to content

Commit

Permalink
[ci] test1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Mar 6, 2024
1 parent 62a73bb commit 2275927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/utitcase-flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2275927

Please sign in to comment.