1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-26 14:22:03 +00:00

Unbreaking beta and dev tests (#839)

This commit is contained in:
Andrew Brogdon
2021-06-29 17:22:37 -07:00
committed by GitHub
parent 5280720df7
commit 9e0ba9a97e
5 changed files with 20 additions and 4 deletions

View File

@@ -5,8 +5,11 @@ set -e
DIR="${BASH_SOURCE%/*}"
source "$DIR/flutter_ci_script_shared.sh"
flutter doctor -v
declare -ar PROJECT_NAMES=(
"add_to_app/books/flutter_module_books"
# TODO(redbrogdon) Replace use of mockito
# "add_to_app/books/flutter_module_books"
"add_to_app/fullscreen/flutter_module"
"add_to_app/multiple_flutters/multiple_flutters_module"
"add_to_app/plugin/flutter_module_using_plugin"