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