Skip to content

Commit

Permalink
Report JUnit test results inline
Browse files Browse the repository at this point in the history
  • Loading branch information
sabberworm committed Nov 19, 2024
1 parent 12fa350 commit 4d8c695
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ jobs:
name: reports
path: build/reports/
retention-days: 30

- uses: mikepenz/action-junit-report@v5
if: ${{ !cancelled() }}
with:
report_paths: '**/build/test-results/test/TEST-*.xml'

0 comments on commit 4d8c695

Please sign in to comment.