From 47ec7ebf2b4e7a23b1f0eaf1dfb4ca71716492cd Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sun, 6 Jun 2021 10:48:38 +0200 Subject: [PATCH] CI: Move pub get to its own stage It seems to fail sometimes --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f5224363..bb8bc9f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,6 +11,9 @@ jobs: - run: name: SSH Problem command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config + - run: + name: Pub get + command: flutter pub get - run: name: Test command: flutter test --coverage