From 8ea8749a1a738c2258750d6ff460aacd1b33919d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylwester=20Zieli=C5=84ski?= Date: Sun, 6 Aug 2023 12:54:51 +0200 Subject: [PATCH] Disable test for internal deploy --- fastlane/Fastfile | 1 - 1 file changed, 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e5b259d9..10058823 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -61,7 +61,6 @@ platform :android do desc "Deploy build to internal channel." lane :deployInternal do gradle(task: "clean bundleRelease") - gradle(task: "test") upload_to_play_store( track: 'internal', aab: 'app/build/outputs/bundle/release/app-release.aab'