From 393ff72339413ef352145692eae4a164cd94afc8 Mon Sep 17 00:00:00 2001 From: TeamSPoon Date: Wed, 14 Aug 2024 00:48:39 -0700 Subject: [PATCH] reporter: 'java-junit' --- .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 df05600bbc1..4978a6849c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,4 @@ jobs: with: name: 'JUnit Results' path: 'junit.xml' - reporter: 'junitxml' + reporter: 'java-junit' # Correct reporter type for JUnit XML