Skip to content

Commit

Permalink
chore: try java-junit format for new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Oct 26, 2023
1 parent e6f194f commit e9ab534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
artifact: test-results
name: Test Results # Name of the check run which will be created
path: junit.xml # Path to test results
reporter: jest-junit # Format of test results
reporter: java-junit # Format of test results
- name: Download coverage artifacts with cli
run: |
gh run download ${{ github.event.workflow_run.id }} -n coverage
Expand Down

0 comments on commit e9ab534

Please sign in to comment.