Skip to content

Commit 59d1465

Browse files
committed
Update Fastfile
1 parent 450cf7c commit 59d1465

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ GEM
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

fastlane/Fastfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ xcode_project = 'StreamChatSwiftUI.xcodeproj'
1212
sdk_names = ['StreamChatSwiftUI']
1313
github_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'
@@ -70,7 +70,7 @@ end
7070

7171
desc 'Runs tests in Debug config'
7272
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])
7474

7575
remove_snapshots if options[:record]
7676

@@ -147,7 +147,7 @@ end
147147

148148
desc 'Builds Demo app'
149149
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])
151151

152152
scan(
153153
project: xcode_project,

0 commit comments

Comments
 (0)