From 1890e77bd2e683bd624d2ce42c1717a4f99e7714 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Mon, 13 Aug 2018 22:21:00 -0700 Subject: [PATCH] Fastfile: Delete scheme in the test lane --- fastlane/Fastfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 6905246..a12c592 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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"