We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38165b commit 5fc982cCopy full SHA for 5fc982c
.github/workflows/ui-tests-common.yml
@@ -99,6 +99,14 @@ jobs:
99
path: |
100
fastlane/test_results/**/*.xcresult
101
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
+
110
- name: Archiving Raw Test Logs
111
uses: actions/upload-artifact@v4
112
if: ${{ failure() || cancelled() }}
0 commit comments