You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/customer_testing

47 lines
461 B

#!/bin/bash
set -e
cd "animations"
flutter test
cd ..
cd "flutter_maps_firestore"
flutter test
cd ..
cd "isolate_example"
flutter test
cd ..
cd "jsonexample"
flutter test
cd ..
cd "place_tracker"
flutter test
cd ..
cd "platform_design"
flutter test
cd ..
cd "platform_view_swift"
flutter test
cd ..
cd "provider_counter"
flutter test
cd ..
cd "provider_shopper"
flutter test
cd ..
cd "shrine"
flutter test
cd ..
cd "veggieseasons"
flutter test
cd ..