CI: Move pub get to its own stage

It seems to fail sometimes
This commit is contained in:
Vishesh Handa
2021-06-06 10:48:38 +02:00
parent 8db5294a6c
commit 47ec7ebf2b

View File

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