From d3578765428a660614337ed3ce8faef91dd1206d Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 30 Jan 2024 15:48:57 +0100 Subject: [PATCH] fixup Signed-off-by: Matteo Collina --- .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 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