Run tojunit from homefolder

This commit is contained in:
Oystein Kristoffer Tveit 2021-03-06 00:24:23 +01:00
parent 44ecad4f28
commit 8e040d6778
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
- run: - run:
name: Run tests 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: - store_test_results:
path: test-results path: test-results