1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-31 16:55:34 +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,6 +5,8 @@ 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"
"add_to_app/fullscreen/flutter_module"