diff --git a/Gemfile.lock b/Gemfile.lock index 310a77ff..50bec8a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,7 +189,7 @@ GEM fastlane pry fastlane-plugin-sonarcloud_metric_kit (0.2.1) - fastlane-plugin-stream_actions (0.3.18) + fastlane-plugin-stream_actions (0.3.19) xctest_list (= 1.2.1) fastlane-plugin-versioning (0.5.1) ffi (1.15.5) @@ -408,7 +408,7 @@ DEPENDENCIES fastlane-plugin-emerge fastlane-plugin-lizard fastlane-plugin-sonarcloud_metric_kit - fastlane-plugin-stream_actions (= 0.3.18) + fastlane-plugin-stream_actions (= 0.3.19) fastlane-plugin-versioning jazzy json diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 94dcb544..e653714c 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -12,7 +12,7 @@ xcode_project = 'StreamChatSwiftUI.xcodeproj' sdk_names = ['StreamChatSwiftUI'] github_repo = ENV['GITHUB_REPOSITORY'] || 'GetStream/stream-chat-swiftui' -before_all do +before_all do |lane| if is_ci setup_ci ENV['FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT'] = '180' @@ -70,7 +70,7 @@ end desc 'Runs tests in Debug config' lane :test_ui do |options| - # next unless is_check_required(sources: sources_matrix[:ui]) + next unless is_check_required(sources: sources_matrix[:ui]) remove_snapshots if options[:record] @@ -147,7 +147,7 @@ end desc 'Builds Demo app' lane :build_demo do |options| - # next unless is_check_required(sources: sources_matrix[:sample_apps]) + next unless is_check_required(sources: sources_matrix[:sample_apps]) scan( project: xcode_project,