From 8e040d6778ada79b49dbe30ee66bf5d365db3ca4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 6 Mar 2021 00:24:23 +0100 Subject: [PATCH] Run tojunit from homefolder --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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