Skip to content

Commit 8047b99

Browse files
ci: Upload UI test crash reports (#5488)
* Upload UI test crash reports * Update .github/workflows/ui-tests-common.yml Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io> --------- Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
1 parent b13e93a commit 8047b99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ui-tests-common.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ jobs:
9999
path: |
100100
fastlane/test_results/**/*.xcresult
101101
102+
- name: Upload iOS Simulator Crash Logs
103+
uses: actions/upload-artifact@v4
104+
if: ${{ failure() }}
105+
with:
106+
name: ${{ inputs.fastlane_command }}${{ inputs.files_suffix }}_crash_logs
107+
path: |
108+
~/Library/Logs/DiagnosticReports/**
109+
102110
- name: Archiving Raw Test Logs
103111
uses: actions/upload-artifact@v4
104112
if: ${{ failure() || cancelled() }}

0 commit comments

Comments
 (0)