Skip to content

Commit

Permalink
JUnit test report plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Sep 7, 2022
1 parent 09e4c63 commit 0804731
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:
env:
MAVEN_OPTS: ${{ matrix.maven-opts }}
run: mvn ${{ matrix.maven-params }} test javadoc:javadoc
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: '**/target/surefire-reports/TEST-*.xml'

0 comments on commit 0804731

Please sign in to comment.