Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Aug 17, 2023
1 parent 450cf7c commit 59d1465
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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]

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 59d1465

Please sign in to comment.