We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3879fc4 commit d001f41Copy full SHA for d001f41
.github/actions/run-gradle/action.yml
@@ -56,7 +56,7 @@ runs:
56
set +e
57
./.github/scripts/thread-dump.sh &
58
timeout ${TIMEOUT_MINUTES}m ./gradlew --build-cache --continue --no-scan \
59
- --info -Dorg.gradle.caching.debug=true \
+ -Dorg.gradle.caching.debug=true \
60
-PtestLoggingEvents=started,passed,skipped,failed \
61
-PmaxParallelForks=4 \
62
-PmaxTestRetries=1 -PmaxTestRetryFailures=3 \
@@ -73,4 +73,4 @@ runs:
73
name: ${{ inputs.build-scan-artifact-name }}
74
path: ~/.gradle/build-scan-data
75
compression-level: 9
76
- if-no-files-found: ignore
+ if-no-files-found: ignore
0 commit comments