Add step to install test report converter

pull/7/head
Oystein Kristoffer Tveit 2021-03-06 00:16:59 +01:00
parent acd2246c38
commit df4d02dab2
1 changed files with 5 additions and 1 deletions

View File

@ -54,9 +54,13 @@ jobs:
- dart-dependencies-{{ checksum "pubspec.lock" }}
- dart-dependencies-
- run:
name: Install test report converter tool
command: pub global activate junitreport
- run:
name: Run tests
command: flutter test | tojunit --output test-results
command: flutter test | .pub-cache/bin/tojunit --output test-results
- store_test_results:
path: test-results