From 93a71babe3ffc5d69f75d2ddd064d4f1da5bc33f Mon Sep 17 00:00:00 2001 From: agracio Date: Mon, 6 May 2024 20:56:59 +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 61733cc5..9b48a717 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: mochawesome.json # Path to test results - reporter: mochawesome-json + path: test-results.xml # Path to test results + reporter: jest-junit fail-on-error: false