Skip to content

Commit

Permalink
Change test-reporter / use summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-ebrown committed May 26, 2024
1 parent 78dbb67 commit 0c8eb8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
**/cover.out
- name: report
if: success() || failure() # run this step even if previous step failed
uses: dorny/test-reporter@v1
uses: phoenix-actions/test-reporting@v15
with:
name: report
path: test/*.xml
reporter: java-junit
output-to: 'step-summary'

0 comments on commit 0c8eb8b

Please sign in to comment.