mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +08:00
ios CI: Setup the env before running the tests
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user