mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 03:19:11 +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:
|
||||
name: Setup Flutter Env
|
||||
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:
|
||||
name: Test
|
||||
command: flutter test -j 1
|
||||
|
Reference in New Issue
Block a user