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