Skip to content

Commit

Permalink
Report tests per Xcode release
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Nov 8, 2023
1 parent 4091502 commit 051f4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: dorny/test-reporter@afe6793191b75b608954023a46831a3fe10048d4
if: always()
with:
name: unit-tests-results
name: results-unit-tests (${{ matrix.xcode }})
path: reports/AppcastTests.xml
reporter: java-junit
fail-on-error: true
Expand All @@ -58,7 +58,7 @@ jobs:
uses: dorny/test-reporter@afe6793191b75b608954023a46831a3fe10048d4
if: always()
with:
name: integration-tests-results
name: results-integration-tests (${{ matrix.xcode }})
path: reports/IntegrationTests.xml
reporter: java-junit
fail-on-error: false
Expand Down

0 comments on commit 051f4e4

Please sign in to comment.