Sfoglia il codice sorgente

Temporarily disable macOS tests for Mojave dev environment

onevcat 7 anni fa
parent
commit
7067822e7a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -11,7 +11,7 @@ platform :ios do
   desc "Runs all the tests"
   desc "Runs all the tests"
   lane :test do
   lane :test do
     scan(scheme: "Kingfisher", clean: true)
     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)
     scan(scheme: "Kingfisher-tvOS", clean: true)
   end
   end