Skip to content

Commit

Permalink
Update ci-pr to create surefire-report
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Nov 4, 2024
1 parent 4043f25 commit 89e40e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@ jobs:
shell: bash
timeout-minutes: 75
run: |
./mvnw -B -s .github/settings.xml -Pdocs clean install --no-transfer-progress
./mvnw -B -Pdocs clean install --no-transfer-progress
- name: Test Report
uses: dorny/test-reporter@v1
if: ${{ success() || failure() }}
with:
name: Unit Tests
path: '**/surefire-reports/*.xml'
reporter: java-junit
list-tests: failed
scan:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 89e40e3

Please sign in to comment.