From 72ca8bce59e7deaa9adc264b377a5d66cbf622d6 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 6 Mar 2021 00:48:57 +0100 Subject: [PATCH] Fix test result directory structure --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ad2feab..b96fe6d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,10 +60,10 @@ jobs: - run: name: Run tests - command: flutter test --machine | ~/.pub-cache/bin/tojunit --output test-results.xml || true + command: flutter test --machine | ~/.pub-cache/bin/tojunit --output test-results/flutter/results.xml || true - store_test_results: - path: test-results.xml + path: test-results workflows: build_and_test: