From 03e8c39630d4a93d9b1d7b8ed198e4d8edcc5414 Mon Sep 17 00:00:00 2001 From: "Douglas R. Miles" Date: Thu, 15 Aug 2024 03:39:34 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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