Skip to content

Commit

Permalink
[gitlab-ci] Publish Unit Test Report
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Jun 5, 2021
1 parent 69bbbf2 commit 07eecf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
with:
files: test-results/**/*.xml

- name: Publish Unit Test Report
uses: mikepenz/action-junit-report@v2
with:
report_paths: '**/build/test-results/test/TEST-*.xml'

# Test local publish
- name: Gradle publish
run: ${PATH_TO_GRADLE} publishToMavenLocal --stacktrace
Expand Down

0 comments on commit 07eecf6

Please sign in to comment.