From bed7449f1d9a007864fe7ce6e0bcf290c506b6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Thu, 2 Feb 2023 15:32:45 +0100 Subject: [PATCH] fastlane: skip doc generation, remove test task MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Brey --- fastlane/Fastfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 19c557cc..9cd1be39 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -13,14 +13,11 @@ # Uncomment the line if you want fastlane to automatically update itself # update_fastlane +skip_docs + default_platform(:android) platform :android do - desc "Runs all the tests" - lane :test do - gradle(task: "test") - end - desc "Submit a new Beta Build to Crashlytics Beta" lane :beta do gradle(task: "clean assembleRelease")