Skip to content

Commit

Permalink
[Java] fix jdk17/21 ci latest_jdk_tests skip (#989)
Browse files Browse the repository at this point in the history
fix jdk17_plus_tests fury install
  • Loading branch information
chaokunyang authored Oct 8, 2023
1 parent 7ca4596 commit cb75f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb75f08

Please sign in to comment.