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 44e7042 commit 93a71ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 93a71ba

Please sign in to comment.