mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +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:
|
- run:
|
||||||
name: SSH Problem
|
name: SSH Problem
|
||||||
command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config
|
command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config
|
||||||
|
- run:
|
||||||
|
name: Pub get
|
||||||
|
command: flutter pub get
|
||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: flutter test --coverage
|
command: flutter test --coverage
|
||||||
|
Reference in New Issue
Block a user