Skip to content

Commit 1933ce4

Browse files
committed
Revert "Force check for testing"
This reverts commit cfb1a4c.
1 parent 758a856 commit 1933ce4

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
@@ -20,7 +20,7 @@ buildcache_xcargs = 'CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++'
2020
testlab_bucket = 'gs://test-lab-af3rt9m4yh360-mqm1zzm767nhc'
2121
swift_environment_path = File.absolute_path('../Sources/StreamChat/Generated/SystemEnvironment+Version.swift')
2222
is_localhost = !is_ci
23-
@force_check = true
23+
@force_check = false
2424

2525
before_all do |lane|
2626
if is_ci

0 commit comments

Comments
 (0)