Skip to content

Commit f792921

Browse files
committed
chore: comment github action
1 parent 0f57219 commit f792921

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ jobs:
3939
set -o pipefail && \
4040
xcodebuild clean test -resultBundlePath "TestResults-${{ matrix.name }}" -skipPackagePluginValidation -scheme "Networking" -destination "${{ matrix.destination }}" | tee "build-log-${{ matrix.name }}.txt" | xcpretty
4141
42-
- uses: kishikawakatsumi/xcresulttool@v1
43-
with:
44-
path: 'TestResults-${{ matrix.name }}.xcresult'
45-
title: '${{ matrix.name }} Test Results'
46-
if: success() || failure()
42+
# Missing Xcode 16 support
43+
# https://github.com/kishikawakatsumi/xcresulttool/issues/765
44+
# - uses: kishikawakatsumi/xcresulttool@v1
45+
# with:
46+
# path: 'TestResults-${{ matrix.name }}.xcresult'
47+
# title: '${{ matrix.name }} Test Results'
48+
# if: success() || failure()
4749

4850
- name: 'Upload Build Log'
4951
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)