Skip to content

Commit 36d213a

Browse files
authored
Update build.yml
1 parent ee752c7 commit 36d213a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ jobs:
2424
uses: gradle/actions/setup-gradle@v4
2525
- name: Build with Gradle
2626
run: ./gradlew build
27+
- name: Publish Test Report
28+
uses: mikepenz/action-junit-report@v6
29+
if: ${{ !cancelled() }} # always run even if the previous step fails
30+
with:
31+
report_paths: '**/test-results/**/TEST-*.xml'
32+
annotate_only: true
33+
detailed_summary: true
34+
flaky_summary: true
35+
include_empty_in_summary: false
36+
skip_success_summary: true

0 commit comments

Comments
 (0)