Skip to content

Commit

Permalink
No issue: Try adding unit test report
Browse files Browse the repository at this point in the history
  • Loading branch information
reckart committed Jan 23, 2025
1 parent c358557 commit 626ad7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ jobs:

- name: Build with Maven
run: mvn --show-version --batch-mode --no-transfer-progress clean verify


- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/target/surefire-reports/TEST-*.xml'

- name: Upload to Nexus
if: matrix.os == 'ubuntu-latest' && github.event_name != 'pull_request'
env:
Expand Down

0 comments on commit 626ad7f

Please sign in to comment.