Add needed flag to run unittests

This commit is contained in:
Oystein Kristoffer Tveit 2021-03-06 00:33:45 +01:00
parent 8e040d6778
commit 39dc0fdc72
1 changed files with 2 additions and 2 deletions

View File

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