Fastfile: Delete scheme in the test lane
This commit is contained in:
parent
f842b06321
commit
1890e77bd2
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@ default_platform :ios
|
||||||
platform :ios do
|
platform :ios do
|
||||||
desc "Runs all the tests"
|
desc "Runs all the tests"
|
||||||
lane :test do
|
lane :test do
|
||||||
run_tests(scheme: "passTests")
|
run_tests()
|
||||||
run_tests(scheme: "passKitTests")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Submit a new Beta Build to Apple TestFlight"
|
desc "Submit a new Beta Build to Apple TestFlight"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue