diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3ce694..4ad0e71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,4 +45,4 @@ jobs: with: name: Tests # Name of the check run which will be created path: reports/*.xml # Path to test results - reporter: jest-junit # Format of test results + reporter: java-junit # Format of test results