From 043dbb174999697aac0e81481afd1b49fcfc9c4b Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 4 Aug 2023 17:33:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20GitHub=20Actions:=20Test=20repor?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53783e6..fbb669f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,4 +43,4 @@ jobs: artifact: test-results name: Tests path: 'test-results/*.xml' - reporter: junit + reporter: jest-junit