Преглед изворни кода

Temporarily disable macOS tests for Mojave dev environment

onevcat пре 7 година
родитељ
комит
7067822e7a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -11,7 +11,7 @@ platform :ios do
   desc "Runs all the tests"
   lane :test do
     scan(scheme: "Kingfisher", clean: true)
-    scan(scheme: "Kingfisher-macOS", clean: true, destination: 'platform=macOS')
+    # scan(scheme: "Kingfisher-macOS", clean: true, destination: 'platform=macOS')
     scan(scheme: "Kingfisher-tvOS", clean: true)
   end