From 916498bde6a2c899cfad42d1e1973c5f40facbfe Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 8 Aug 2024 00:04:23 +0100 Subject: [PATCH] Don't upload .xcresult bundle from the xcresulttool action because we're doing it manually ourselves and would prefer to keep doing that --- .github/workflows/ci_testbuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_testbuild.yml b/.github/workflows/ci_testbuild.yml index 58ca1e0c4..0fa0a13fd 100644 --- a/.github/workflows/ci_testbuild.yml +++ b/.github/workflows/ci_testbuild.yml @@ -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