Skip to content

Commit 533d197

Browse files
committed
Force check for testing
1 parent 6b1c6ed commit 533d197

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
@@ -14,7 +14,7 @@ derived_data_path = 'derived_data'
1414
source_packages_path = 'spm_cache'
1515
swift_environment_path = File.absolute_path("../Sources/#{sdk_names.first}/Utils/SystemEnvironment+Version.swift")
1616
is_localhost = !is_ci
17-
@force_check = false
17+
@force_check = true
1818

1919
before_all do |lane|
2020
if is_ci

0 commit comments

Comments
 (0)