Skip to content

Commit 07eecf6

Browse files
committed
[gitlab-ci] Publish Unit Test Report
1 parent 69bbbf2 commit 07eecf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
with:
8181
files: test-results/**/*.xml
8282

83+
- name: Publish Unit Test Report
84+
uses: mikepenz/action-junit-report@v2
85+
with:
86+
report_paths: '**/build/test-results/test/TEST-*.xml'
87+
8388
# Test local publish
8489
- name: Gradle publish
8590
run: ${PATH_TO_GRADLE} publishToMavenLocal --stacktrace

0 commit comments

Comments
 (0)