Skip to content

Commit f8b792d

Browse files
committed
Force check for testing
1 parent d3ad5be commit f8b792d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source_packages_path = is_ci ? 'spm_cache' : nil
1919
gci = ENV['GOOGLE_CLIENT_ID'] || ''
2020
reversed_gci = gci.split('.').reverse.join('.')
2121
is_localhost = !is_ci
22-
@force_check = false
22+
@force_check = true
2323
swift_environment_path = File.absolute_path('../Sources/StreamVideo/Generated/SystemEnvironment+Version.swift')
2424

2525
before_all do |lane|

0 commit comments

Comments
 (0)