Skip to content

Commit

Permalink
Try a different xcode test result reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Aug 7, 2024
1 parent d75687d commit 1c19107
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci_testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,17 @@ jobs:
id: test
run: ./scripts/github-ci-test.sh

# - name: Report test results
# uses: EnricoMi/publish-unit-test-result-action/macos@v2
# if: always()
# with:
# files: ./build/reports/junit.xml

- name: Report test results
uses: EnricoMi/publish-unit-test-result-action/macos@v2
if: always()
uses: kishikawakatsumi/xcresulttool@v1
with:
files: ./build/reports/junit.xml
path: build/TestResults.xcresult
if: always()

- name: Upload test coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 1c19107

Please sign in to comment.