From cb75f08104570554a3416f348bed6b2d7dd0ae5d Mon Sep 17 00:00:00 2001 From: Shawn Date: Sun, 8 Oct 2023 14:26:58 +0800 Subject: [PATCH] [Java] fix jdk17/21 ci latest_jdk_tests skip (#989) fix jdk17_plus_tests fury install --- ci/run_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_ci.sh b/ci/run_ci.sh index 621fdbd8df..17ee244e96 100755 --- a/ci/run_ci.sh +++ b/ci/run_ci.sh @@ -113,7 +113,7 @@ jdk17_plus_tests() { echo "Executing fury java tests" cd "$ROOT/java" set +e - mvn -T16 --batch-mode --no-transfer-progress test -pl '!fury-format,!fury-testsuite,!fury-benchmark' + mvn -T10 --batch-mode --no-transfer-progress test install -pl '!fury-format,!fury-testsuite,!fury-benchmark' testcode=$? if [[ $testcode -ne 0 ]]; then exit $testcode