diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 157e3a1..a5ddda4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -39,4 +39,4 @@ jobs: with: name: JUnit Tests # Name of the check run which will be created path: '**/surefire-reports/TEST-*.xml' # Path to test results - reporter: junit # Format of test results + reporter: jest-junit # Format of test results