Disable test for internal deploy

This commit is contained in:
Sylwester Zieliński
2023-08-06 12:54:51 +02:00
parent 5cb0e67b44
commit 8ea8749a1a

View File

@@ -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'