File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 - name : build test and publish
2626 run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
2727 - name : Publish Test Results
28- uses : EnricoMi/publish-unit-test-result-action@v2.19 .0
28+ uses : EnricoMi/publish-unit-test-result-action@v2.20 .0
2929 if : always()
3030 with :
3131 files : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change 2929 - name : build and test
3030 run : ./gradlew assemble && ./gradlew check --info --stacktrace
3131 - name : Publish Test Results
32- uses : EnricoMi/publish-unit-test-result-action@v2.19 .0
32+ uses : EnricoMi/publish-unit-test-result-action@v2.20 .0
3333 if : always()
3434 with :
3535 files : ' **/build/test-results/test/TEST-*.xml'
You can’t perform that action at this time.
0 commit comments