Skip to content

Commit

Permalink
add gradlew test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 21, 2017
1 parent 84ddd11 commit f89505d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci.android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

$(dirname "$0")/ci.sh

pushd detox/android
./gradlew test
popd
#echo no | "$ANDROID_HOME"/tools/bin/avdmanager create avd --force --name Nexus_5X_API_26 --abi armeabi-v7a --device "Nexus 5X" -k system-images;android-26;default;armeabi-v7a
#pushd detox/test
#npm run build:android
Expand Down

0 comments on commit f89505d

Please sign in to comment.