From 0c9ebc76e350555058e15db2e52f772d4d3c1d48 Mon Sep 17 00:00:00 2001 From: TeamSPoon Date: Wed, 14 Aug 2024 00:44:41 -0700 Subject: [PATCH] reporter: 'junitxml' --- .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 6275b4599d2..df05600bbc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,4 @@ jobs: with: name: 'JUnit Results' path: 'junit.xml' - reporter: 'junit' + reporter: 'junitxml'