Skip to content

Commit 16bc630

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

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

83+
- name: Publish Unit Test Report
84+
uses: mikepenz/action-junit-report@v2
85+
8386
# Test local publish
8487
- name: Gradle publish
8588
run: ${PATH_TO_GRADLE} publishToMavenLocal --stacktrace

0 commit comments

Comments
 (0)