diff --git a/.circleci/config.yml b/.circleci/config.yml index 8a9e980d..3eaa5b33 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,8 @@ jobs: command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config - run: name: Test - command: flutter test --coverage --machine | tojunit --output junit.xml + command: flutter test --coverage + #command: flutter test --coverage --machine | tojunit --output junit.xml - store_test_results: path: ./ # - run: