mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 16:46:51 +08:00
CI: Move pub get to its own stage
It seems to fail sometimes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user