File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 189
189
fastlane
190
190
pry
191
191
fastlane-plugin-sonarcloud_metric_kit (0.2.1 )
192
- fastlane-plugin-stream_actions (0.3.18 )
192
+ fastlane-plugin-stream_actions (0.3.19 )
193
193
xctest_list (= 1.2.1 )
194
194
fastlane-plugin-versioning (0.5.1 )
195
195
ffi (1.15.5 )
@@ -408,7 +408,7 @@ DEPENDENCIES
408
408
fastlane-plugin-emerge
409
409
fastlane-plugin-lizard
410
410
fastlane-plugin-sonarcloud_metric_kit
411
- fastlane-plugin-stream_actions (= 0.3.18 )
411
+ fastlane-plugin-stream_actions (= 0.3.19 )
412
412
fastlane-plugin-versioning
413
413
jazzy
414
414
json
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ xcode_project = 'StreamChatSwiftUI.xcodeproj'
12
12
sdk_names = [ 'StreamChatSwiftUI' ]
13
13
github_repo = ENV [ 'GITHUB_REPOSITORY' ] || 'GetStream/stream-chat-swiftui'
14
14
15
- before_all do
15
+ before_all do | lane |
16
16
if is_ci
17
17
setup_ci
18
18
ENV [ 'FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT' ] = '180'
70
70
71
71
desc 'Runs tests in Debug config'
72
72
lane :test_ui do |options |
73
- # next unless is_check_required(sources: sources_matrix[:ui])
73
+ next unless is_check_required ( sources : sources_matrix [ :ui ] )
74
74
75
75
remove_snapshots if options [ :record ]
76
76
147
147
148
148
desc 'Builds Demo app'
149
149
lane :build_demo do |options |
150
- # next unless is_check_required(sources: sources_matrix[:sample_apps])
150
+ next unless is_check_required ( sources : sources_matrix [ :sample_apps ] )
151
151
152
152
scan (
153
153
project : xcode_project ,
You can’t perform that action at this time.
0 commit comments