Skip to content

Commit 5feca50

Browse files
gnachmanclaude
andcommitted
Add test result bundle artifact for CI diagnostics
Upload xcresult bundle on every run (pass or fail) to help debug CI-specific failures like the ibtoold crashes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f040633 commit 5feca50

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ jobs:
2828
-project iTerm2.xcodeproj \
2929
-scheme ModernTests \
3030
-parallel-testing-enabled NO \
31+
-resultBundlePath TestResults.xcresult \
3132
CODE_SIGN_IDENTITY="" \
3233
CODE_SIGNING_REQUIRED=NO \
3334
CODE_SIGNING_ALLOWED=NO
35+
36+
- name: Upload test results
37+
uses: actions/upload-artifact@v4
38+
if: always()
39+
with:
40+
name: test-results
41+
path: TestResults.xcresult
42+
retention-days: 7

0 commit comments

Comments
 (0)