CI: Try to fix it

Not sure why this is suddenly happening
This commit is contained in:
Vishesh Handa
2020-04-16 13:48:37 +02:00
parent 1d4fd16cc7
commit 2d01e1d825

View File

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