From cdd27b270f03bde21b03d38e1625a4730201e1dc Mon Sep 17 00:00:00 2001 From: TeamSPoon Date: Wed, 14 Aug 2024 01:18:47 -0700 Subject: [PATCH] junit-matrix-report.html --- .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 6ae4d43c405..5e11f7c07ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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