ios CI: Setup the env before running the tests

This commit is contained in:
Vishesh Handa
2020-09-04 22:43:19 +02:00
parent 23b9c17364
commit f9993f3dd3

View File

@ -14,5 +14,7 @@ jobs:
with:
flutter-version: "1.20.2"
- run: flutter pub get
- run: which dart
- run: dart ./scripts/setup_env.dart
- run: flutter test
- run: flutter build ios --release --no-codesign