Skip to content

Commit e68973f

Browse files
committed
add cache info
1 parent 46ce7ff commit e68973f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/run-gradle/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ runs:
5656
set +e
5757
./.github/scripts/thread-dump.sh &
5858
timeout ${TIMEOUT_MINUTES}m ./gradlew --build-cache --continue --no-scan \
59+
--info -Dorg.gradle.caching.debug=true \
5960
-PtestLoggingEvents=started,passed,skipped,failed \
60-
-PmaxParallelForks=2 \
61+
-PmaxParallelForks=4 \
6162
-PmaxTestRetries=1 -PmaxTestRetryFailures=3 \
6263
-PmaxQuarantineTestRetries=3 -PmaxQuarantineTestRetryFailures=0 \
6364
-Pkafka.test.catalog.file=$TEST_CATALOG \

0 commit comments

Comments
 (0)