Skip to content

Commit

Permalink
Update publish-unit-test-result-action GitHub action (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored May 20, 2024
1 parent c7e2c2c commit 22fc5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
arguments: check jacocoTestReport

- uses: EnricoMi/publish-unit-test-result-action/composite@v2
- uses: EnricoMi/publish-unit-test-result-action/macos@v2
with:
junit_files: '**/build/test-results/**/*.xml'
report_individual_runs: 'true'
Expand Down

0 comments on commit 22fc5dd

Please sign in to comment.