Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
ci/pre-push-recommended: Also run tests
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
msfjarvis committed Jan 11, 2020
1 parent 192ac30 commit d65c783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/pre-push-recommended.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
if [[ $(git diff --name-only HEAD origin/$(git rev-parse --abbrev-ref HEAD) | grep -E 'buildSrc|native|app|crypto|config|util|gradle') != "" ]]; then
gradle spotlessCheck || exit 1
gradle assembleDebug || exit 1
gradle testDebug || exit 1
fi

0 comments on commit d65c783

Please sign in to comment.