Fastfile: Delete scheme in the test lane

This commit is contained in:
Bob Sun 2018-08-13 22:21:00 -07:00
parent f842b06321
commit 1890e77bd2
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -3,8 +3,7 @@ default_platform :ios
platform :ios do
desc "Runs all the tests"
lane :test do
run_tests(scheme: "passTests")
run_tests(scheme: "passKitTests")
run_tests()
end
desc "Submit a new Beta Build to Apple TestFlight"