From 2d01e1d8258a67e939190148095062c75f0b2a53 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Thu, 16 Apr 2020 13:48:37 +0200 Subject: [PATCH] CI: Try to fix it Not sure why this is suddenly happening --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index be253126..e60ef08a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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