浏览代码

Update fastlane

onevcat 10 年之前
父节点
当前提交
7573232fb9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fastlane/Fastfile

+ 2 - 2
fastlane/Fastfile

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