[fenix] No issue: pre-push: assemble everything before testing.

It's better to fail fast on pre-push hooks so devs can get feedback as
fast as possible. Assembling is faster than unit testing so we assemble
everything first before unit testing.
pull/600/head
Michael Comella 4 years ago committed by liuche
parent 27f424bc0f
commit b2cd47accd

@ -18,8 +18,8 @@
ktlint \
detekt \
assembleGeckoBetaDebug \
testGeckoBetaDebug \
assembleGeckoBetaDebugAndroidTest
assembleGeckoBetaDebugAndroidTest \
testGeckoBetaDebug
# Tasks omitted because they take a long time to run:
# - assembling all variants

Loading…
Cancel
Save