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 189189 fastlane
190190 pry
191191 fastlane-plugin-sonarcloud_metric_kit (0.2.1 )
192- fastlane-plugin-stream_actions (0.3.18 )
192+ fastlane-plugin-stream_actions (0.3.19 )
193193 xctest_list (= 1.2.1 )
194194 fastlane-plugin-versioning (0.5.1 )
195195 ffi (1.15.5 )
@@ -408,7 +408,7 @@ DEPENDENCIES
408408 fastlane-plugin-emerge
409409 fastlane-plugin-lizard
410410 fastlane-plugin-sonarcloud_metric_kit
411- fastlane-plugin-stream_actions (= 0.3.18 )
411+ fastlane-plugin-stream_actions (= 0.3.19 )
412412 fastlane-plugin-versioning
413413 jazzy
414414 json
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ xcode_project = 'StreamChatSwiftUI.xcodeproj'
1212sdk_names = [ 'StreamChatSwiftUI' ]
1313github_repo = ENV [ 'GITHUB_REPOSITORY' ] || 'GetStream/stream-chat-swiftui'
1414
15- before_all do
15+ before_all do | lane |
1616 if is_ci
1717 setup_ci
1818 ENV [ 'FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT' ] = '180'
7070
7171desc 'Runs tests in Debug config'
7272lane :test_ui do |options |
73- # next unless is_check_required(sources: sources_matrix[:ui])
73+ next unless is_check_required ( sources : sources_matrix [ :ui ] )
7474
7575 remove_snapshots if options [ :record ]
7676
147147
148148desc 'Builds Demo app'
149149lane :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 ] )
151151
152152 scan (
153153 project : xcode_project ,
You can’t perform that action at this time.
0 commit comments