diff --git a/.circleci/config.yml b/.circleci/config.yml index b811e5f..aa33c95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,9 +54,13 @@ jobs: - dart-dependencies-{{ checksum "pubspec.lock" }} - dart-dependencies- + - run: + name: Install test report converter tool + command: pub global activate junitreport + - run: name: Run tests - command: flutter test | tojunit --output test-results + command: flutter test | .pub-cache/bin/tojunit --output test-results - store_test_results: path: test-results