ios ci: Run the tests

I don't want to publish a build which fails the tests
This commit is contained in:
Vishesh Handa
2021-07-02 19:10:10 +02:00
parent ea4c055fbd
commit d51a3358b8

View File

@ -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