Fix test result directory structure

pull/7/head
Oystein Kristoffer Tveit 2021-03-06 00:48:57 +01:00
parent 23056c8a95
commit 72ca8bce59
1 changed files with 2 additions and 2 deletions

View File

@ -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: