No issue: make pre-push hook assemble only one variant, run tests, build UI test.

Since it's redundant to the definition in the source, I intend to remove
the pre-push hook listed in the wiki after this merges.
staging
Michael Comella 4 years ago committed by Emily Kager
parent 42d6915699
commit 7d754cc60e

@ -17,4 +17,12 @@
./gradlew -q \
ktlint \
detekt \
app:assembleDebug
assembleGeckoBetaDebug \
testGeckoBetaDebug \
assembleGeckoBetaDebugAndroidTest
# Tasks omitted because they take a long time to run:
# - assembling all variants
# - unit test on all variants
# - UI tests
# - android lint (takes a long time to run)

Loading…
Cancel
Save