From 39dc0fdc7234c8d2fa75d26fc5daa97ec8e389dc Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 6 Mar 2021 00:33:45 +0100 Subject: [PATCH] Add needed flag to run unittests --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9539e7c..983b1ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,10 +60,10 @@ jobs: - run: name: Run tests - command: flutter test | ~/.pub-cache/bin/tojunit --output test-results + command: flutter test --machine | ~/.pub-cache/bin/tojunit --output test-results.xml - store_test_results: - path: test-results + path: test-results.xml workflows: build_and_test: