diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a445445cdc8..1fb560d549c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Convert JUnit XML to Matrix HTML Report continue-on-error: true run: | - junit2html --report-matrix junit.xml junit-matrix-report.html + junit2html --report-matrix junit-matrix-report.html junit.xml - name: Upload JUnit XML Report continue-on-error: true