Skip to content

Commit 0cb3e0b

Browse files
authored
Merge 5fc982c into 63ac649
2 parents 63ac649 + 5fc982c commit 0cb3e0b

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/*.ips
109+
102110
- name: Archiving Raw Test Logs
103111
uses: actions/upload-artifact@v4
104112
if: ${{ failure() || cancelled() }}

0 commit comments

Comments
 (0)