We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58daa6 commit 67d1284Copy full SHA for 67d1284
fastlane/Fastfile
@@ -127,7 +127,7 @@ lane :test_e2e_mock do |options|
127
start_sinatra
128
129
device = options[:ios] && options[:ios] != 'latest' ? "#{options[:device]} (#{options[:ios]})" : options[:device]
130
- prepare_simulator(device: device, reset: true)
+ prepare_simulator(device: device, reset: true) if is_ci
131
132
scan_options = {
133
project: xcode_project,
0 commit comments