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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user