Add step to install test report converter
This commit is contained in:
parent
acd2246c38
commit
df4d02dab2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue