File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 28
28
- uses : ./.github/actions/bootstrap
29
29
env :
30
30
INSTALL_ALLURE : true
31
+ INSTALL_XCPARSE : true
31
32
- name : Setup iOS ${{ matrix.ios }} Runtime
32
33
if : ${{ matrix.ios != 'latest' }}
33
34
run : xcversion simulators --install='iOS ${{ matrix.ios }}'
52
53
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
53
54
MATRIX_CONTEXT : ${{ toJson(matrix) }}
54
55
if : failure()
56
+ - name : Parse xcresult
57
+ if : failure()
58
+ run : xcparse logs fastlane/test_output/StreamChatSwiftUITestsApp.xcresult fastlane/test_output/logs/
59
+ - uses : actions/upload-artifact@v3
60
+ if : failure()
61
+ with :
62
+ name : Test Data
63
+ path : |
64
+ fastlane/recordings
65
+ fastlane/sinatra_log.txt
66
+ fastlane/test_output/logs/*/Diagnostics/StreamChatSwiftUITestsAppUITests-*/*/*.txt
67
+
55
68
56
69
build-apps :
57
70
name : Build Demo App
You can’t perform that action at this time.
0 commit comments