mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-25 00:00:26 +08:00
ios ci: Run the tests
I don't want to publish a build which fails the tests
This commit is contained in:
@ -73,6 +73,12 @@ jobs:
|
||||
- run:
|
||||
name: Setup GitJournal Build Env
|
||||
command: ./flutter/bin/cache/dart-sdk/bin/dart ./scripts/setup_env.dart
|
||||
- run:
|
||||
name: Pub get
|
||||
command: flutter pub get
|
||||
- run:
|
||||
name: Test
|
||||
command: flutter test
|
||||
- run:
|
||||
name: Setup provisioning profile
|
||||
command: ./scripts/add_ios_keys.sh
|
||||
|
Reference in New Issue
Block a user