mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 11:33:34 +08:00
CI: Try to fix it
Not sure why this is suddenly happening
This commit is contained in:
@ -8,6 +8,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Setup Flutter Env
|
name: Setup Flutter Env
|
||||||
command: /opt/flutter/bin/cache/dart-sdk/bin/dart ./scripts/setup_env.dart
|
command: /opt/flutter/bin/cache/dart-sdk/bin/dart ./scripts/setup_env.dart
|
||||||
|
- run:
|
||||||
|
name: SSH Problem
|
||||||
|
command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config
|
||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: flutter test -j 1
|
command: flutter test -j 1
|
||||||
|
Reference in New Issue
Block a user