Skip to content

Commit 29a040b

Browse files
committed
Force check for testing
1 parent 5c9db35 commit 29a040b

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
@@ -18,7 +18,7 @@ buildcache_xcargs = 'CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++'
1818
is_localhost = !is_ci
1919
project_package_resolved = "#{xcode_project}/project.xcworkspace/xcshareddata/swiftpm/Package.resolved"
2020
swift_environment_path = File.absolute_path('../Sources/StreamChatSwiftUI/Generated/SystemEnvironment+Version.swift')
21-
@force_check = false
21+
@force_check = true
2222

2323
before_all do |lane|
2424
if is_ci

0 commit comments

Comments
 (0)