diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d8e83d9..c1b688c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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