Browse Source

Update fastlane

onevcat 10 years ago
parent
commit
7573232fb9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fastlane/Fastfile

+ 2 - 2
fastlane/Fastfile

@@ -9,7 +9,7 @@ platform :ios do
   end
 
   desc "Runs all the tests"
-  lane :test do
+  lane :test_all_schemes do
     scan(scheme: "Kingfisher", clean: true)
     scan(scheme: "Kingfisher-OSX", clean: true)
     scan(scheme: "Kingfisher-tvOS", clean: true)
@@ -39,7 +39,7 @@ platform :ios do
       ensure_git_branch
       ensure_git_status_clean
       
-      test
+      test_all_schemes
       carthage_lint
       
       sync_build_number_to_git