From 218b795959ce00e69ef264aa21f4f9f47ea33e81 Mon Sep 17 00:00:00 2001 From: agracio Date: Mon, 6 May 2024 21:10:28 +0100 Subject: [PATCH] adding macOS M1 action --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e13cec27..6fe5f565 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,7 +88,7 @@ jobs: if: success() with: name: Tests (${{ matrix.os }}, ${{ matrix.node }}) # Name of the check run which will be created - path: test-results.xml # Path to test results - reporter: jest-junit + path: mochawesome.json # Path to test results + reporter: mochawesome-json fail-on-error: false