Skip to content

Commit

Permalink
adding macOS M1 action
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed May 6, 2024
1 parent 76712f2 commit 44e7042
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 44e7042

Please sign in to comment.