Skip to content

Commit 3636251

Browse files
committed
ci: set upload-test-results: true to true
1 parent 78c1edd commit 3636251

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ jobs:
77
with:
88
java-version: '17'
99
upload-artifacts: false
10+
upload-test-results: true
1011
caching-refs: |
1112
refs/heads/v5.x.x
1213
build-java-21:
1314
uses: Siroshun09/gh-actions-workflows/.github/workflows/gradle.yml@v1
1415
with:
1516
java-version: '21'
1617
upload-artifacts: false
18+
upload-test-results: true
1719
caching-refs: ""

0 commit comments

Comments
 (0)