Skip to content

Commit bed7449

Browse files
committed
fastlane: skip doc generation, remove test task
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
1 parent 6e96336 commit bed7449

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

fastlane/Fastfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@
1313
# Uncomment the line if you want fastlane to automatically update itself
1414
# update_fastlane
1515

16+
skip_docs
17+
1618
default_platform(:android)
1719

1820
platform :android do
19-
desc "Runs all the tests"
20-
lane :test do
21-
gradle(task: "test")
22-
end
23-
2421
desc "Submit a new Beta Build to Crashlytics Beta"
2522
lane :beta do
2623
gradle(task: "clean assembleRelease")

0 commit comments

Comments
 (0)