1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Unbreaks dev and beta CI (#793)

* Unbreaking dev and beta CI

* Newline all the things.

* Unhooking desktop_photo_search from beta and dev CI

* Unhooking web_dashboard and veggieseasons as well
This commit is contained in:
Andrew Brogdon
2021-05-05 17:10:48 -07:00
committed by GitHub
parent e623b043f2
commit b26f2cccc1
4 changed files with 43 additions and 35 deletions

View File

@@ -24,11 +24,11 @@ function ci_projects () {
flutter format -n --set-exit-if-changed .
# Run the actual tests.
if [ -d "test"]
if [ -d "test" ]
then
flutter test
fi
popd
done
}
}