Skip to content

Commit

Permalink
Always skip kishikawakatsumi/xcresulttool@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
treastrain committed Sep 15, 2024
1 parent 26f1a98 commit ee1b74f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
with:
path: TestResults-${{ matrix.os }}-${{ matrix.platform }}.xcresult
title: Xcode test results (${{ matrix.os }}, ${{ matrix.platform }})
if: success() || failure()
# if: success() || failure()
# https://x.com/treastrain/status/1835273045059199464
if: false
- name: Upload Xcode DerivedData
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ee1b74f

Please sign in to comment.