Skip to content

Commit

Permalink
junit-matrix-report.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Aug 14, 2024
1 parent 824dcd5 commit cdd27b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Convert JUnit XML to Matrix HTML Report
run: |
junit2html junit.xml --report-matrix junit-matrix-report.html
junit2html --report-matrix junit-matrix-report.html junit.xml
- name: Upload JUnit XML Report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cdd27b2

Please sign in to comment.