Skip to content

Commit 7430b87

Browse files
committed
ci: Use prelaunch_simulator in run_tests
1 parent 16657ba commit 7430b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ platform :ios do
6464
sh(%Q[echo 'let JUDGE0_KEY = "#{JUDGE0_KEY}"' >> CodeApp/Constants/Secrets.swift])
6565
end
6666

67-
run_tests(scheme: "Code UI")
67+
run_tests(scheme: "Code UI", prelaunch_simulator: true)
6868

6969
match(
7070
type: 'appstore',
@@ -105,6 +105,6 @@ platform :ios do
105105
Dir.chdir("..") do
106106
sh("./downloadFrameworks.sh")
107107
end
108-
run_tests(scheme: "Code UI")
108+
run_tests(scheme: "Code UI", prelaunch_simulator: true)
109109
end
110110
end

0 commit comments

Comments
 (0)