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 74ed49f commit e658ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/utitcase-flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
jvm_timezone=$(random_timezone)
echo "JVM timezone is set to $jvm_timezone"
test_modules=""
echo ${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}
echo "${test_modules}"
mvn -T 1C -B clean install -pl "${test_modules}" -Duser.timezone=$jvm_timezone
env:
MAVEN_OPTS: -Xmx4096m

0 comments on commit e658ec8

Please sign in to comment.