File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,12 @@ jobs:
108108 - uses : actions/upload-artifact@v3
109109 if : failure()
110110 with :
111- name : Test Data
111+ name : Test Data E2E (iOS ${{ matrix.ios }})
112112 path : |
113113 fastlane/recordings
114114 fastlane/sinatra_log.txt
115- fastlane/test_output/logs/*/Diagnostics/StreamChatSwiftUITestsAppUITests-*/*/*.txt
115+ fastlane/test_output/logs/*/Diagnostics/**/*.txt
116+ fastlane/test_output/logs/*/Diagnostics/simctl_diagnostics/DiagnosticReports/*
116117
117118 build-apps :
118119 name : Build Demo App
Original file line number Diff line number Diff line change @@ -88,13 +88,18 @@ jobs:
8888 if : failure()
8989 run : |
9090 brew install chargepoint/xcparse/xcparse
91+ xcparse logs fastlane/test_output/StreamChatSwiftUI.xcresult fastlane/test_output/logs/
9192 xcparse screenshots fastlane/test_output/StreamChatSwiftUI.xcresult fastlane/test_output/snapshots --test
9293 - uses : actions/upload-artifact@v3
9394 if : failure()
9495 with :
95- name : Test Data
96+ name : Test Data UI
9697 path : |
98+ fastlane/recordings
99+ fastlane/sinatra_log.txt
97100 fastlane/test_output/snapshots
101+ fastlane/test_output/logs/*/Diagnostics/**/*.txt
102+ fastlane/test_output/logs/*/Diagnostics/simctl_diagnostics/DiagnosticReports/*
98103
99104 test-e2e-debug :
100105 name : Test E2E UI (Debug)
@@ -144,11 +149,12 @@ jobs:
144149 - uses : actions/upload-artifact@v3
145150 if : failure()
146151 with :
147- name : Test Data
152+ name : Test Data E2E
148153 path : |
149154 fastlane/recordings
150155 fastlane/sinatra_log.txt
151- fastlane/test_output/logs/*/Diagnostics/StreamChatSwiftUITestsAppUITests-*/*/*.txt
156+ fastlane/test_output/logs/*/Diagnostics/**/*.txt
157+ fastlane/test_output/logs/*/Diagnostics/simctl_diagnostics/DiagnosticReports/*
152158
153159 allure_testops_launch :
154160 name : Launch Allure TestOps
You can’t perform that action at this time.
0 commit comments