fastlane: skip doc generation, remove test task

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2023-02-02 15:32:45 +01:00
parent 6e96336550
commit bed7449f1d
No known key found for this signature in database
GPG key ID: 2585783189A62105

View file

@ -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")