Skip to content

Commit

Permalink
updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 17, 2024
1 parent b0f0704 commit 5d9577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Test Report
uses: dorny/test-reporter@v1
with:
name: Test results (${{ matrix.os }})-@${{ matrix.node }} # Name of the check run which will be created
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

0 comments on commit 5d9577f

Please sign in to comment.