From 44e704257e95309be4b02f5ec8b40419d9a955e7 Mon Sep 17 00:00:00 2001 From: agracio Date: Mon, 6 May 2024 20:51:47 +0100 Subject: [PATCH] adding macOS M1 action --- .github/workflows/main.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8605bed8..61733cc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,9 +84,11 @@ jobs: EDGE_USE_CORECLR: 1 - name: Test Report - uses: dorny/test-reporter@v1 + uses: phoenix-actions/test-reporting@v8 + if: success() with: - name: Test results (${{ matrix.os }}, ${{ matrix.node }}) # Name of the check run which will be created - path: test-results.xml # Path to test results - reporter: jest-junit # Format of test results + 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 + fail-on-error: false