Skip to content

Commit

Permalink
WIP, discard: do not run medium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Jan 10, 2022
1 parent 2afa796 commit 970abe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ android_test() {
log_info "Installing test APK..."
$ADB install -r ${ANDROID_OUTPUTS_DIR}/apk/androidTest/debug/uhabits-android-debug-androidTest.apk || return 1

for size in medium large; do
for size in large; do
log_info "Running $size instrumented tests..."
OUT_INSTRUMENT=${ANDROID_OUTPUTS_DIR}/instrument-${API}.txt
OUT_LOGCAT=${ANDROID_OUTPUTS_DIR}/logcat-${API}.txt
Expand Down

0 comments on commit 970abe1

Please sign in to comment.