Skip to content

Commit 67d1284

Browse files
committed
[BW] Prepare simulator for tests only on CI
1 parent d58daa6 commit 67d1284

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
@@ -127,7 +127,7 @@ lane :test_e2e_mock do |options|
127127
start_sinatra
128128

129129
device = options[:ios] && options[:ios] != 'latest' ? "#{options[:device]} (#{options[:ios]})" : options[:device]
130-
prepare_simulator(device: device, reset: true)
130+
prepare_simulator(device: device, reset: true) if is_ci
131131

132132
scan_options = {
133133
project: xcode_project,

0 commit comments

Comments
 (0)