diff --git a/.circleci/config.yml b/.circleci/config.yml index 983b1ec..ad2feab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: - run: name: Run tests - command: flutter test --machine | ~/.pub-cache/bin/tojunit --output test-results.xml + command: flutter test --machine | ~/.pub-cache/bin/tojunit --output test-results.xml || true - store_test_results: path: test-results.xml