Skip to content

Commit d001f41

Browse files
committed
turn down logging a bit
1 parent 3879fc4 commit d001f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ 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 \
59+
-Dorg.gradle.caching.debug=true \
6060
-PtestLoggingEvents=started,passed,skipped,failed \
6161
-PmaxParallelForks=4 \
6262
-PmaxTestRetries=1 -PmaxTestRetryFailures=3 \
@@ -73,4 +73,4 @@ runs:
7373
name: ${{ inputs.build-scan-artifact-name }}
7474
path: ~/.gradle/build-scan-data
7575
compression-level: 9
76-
if-no-files-found: ignore
76+
if-no-files-found: ignore

0 commit comments

Comments
 (0)