File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7+ permissions : # For test summary bot
8+ checks : write
79jobs :
810 buildAndPublish :
911 runs-on : ubuntu-latest
2224 distribution : ' corretto'
2325 - name : build test and publish
2426 run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
27+ - name : Publish Test Results
28+ 29+ if : always()
30+ with :
31+ files : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change 1111 - 21.x
1212 - 20.x
1313 - 19.x
14+ permissions : # For test comment bot
15+ checks : write
16+ pull-requests : write
1417jobs :
1518 buildAndTest :
1619 runs-on : ubuntu-latest
2427 distribution : ' corretto'
2528 - name : build and test
2629 run : ./gradlew assemble && ./gradlew check --info --stacktrace
30+ - name : Publish Test Results
31+ 32+ if : always()
33+ with :
34+ files : ' **/build/test-results/test/TEST-*.xml'
35+
You can’t perform that action at this time.
0 commit comments