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 16657ba commit 7430b87Copy full SHA for 7430b87
fastlane/Fastfile
@@ -64,7 +64,7 @@ platform :ios do
64
sh(%Q[echo 'let JUDGE0_KEY = "#{JUDGE0_KEY}"' >> CodeApp/Constants/Secrets.swift])
65
end
66
67
- run_tests(scheme: "Code UI")
+ run_tests(scheme: "Code UI", prelaunch_simulator: true)
68
69
match(
70
type: 'appstore',
@@ -105,6 +105,6 @@ platform :ios do
105
Dir.chdir("..") do
106
sh("./downloadFrameworks.sh")
107
108
109
110
0 commit comments