Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
czhujer committed May 4, 2024
1 parent d7adc98 commit b380663
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/0.checks-adminator3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,11 @@ jobs:
with:
detailed_summary: true
report_paths: 'adminator3/build/report.*.xml'

- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: PHPUnit Tests # Name of the check run which will be created
path: adminator3/build/report-*.xml # Path to test results
reporter: jest-junit # Format of test results

0 comments on commit b380663

Please sign in to comment.