Skip to content

Commit

Permalink
Don't upload .xcresult bundle from the xcresulttool action because we…
Browse files Browse the repository at this point in the history
…'re doing it manually ourselves and would prefer to keep doing that
  • Loading branch information
cmsj committed Aug 7, 2024
1 parent f9be452 commit 916498b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: kishikawakatsumi/xcresulttool@v1
with:
path: build/TestResults.xcresult
upload-bundles: never
if: always()

- name: Report test coverage to Codecov
Expand Down

0 comments on commit 916498b

Please sign in to comment.