1
0
mirror of https://github.com/h7x4/Jisho-Study-Tool.git synced 2024-12-21 13:37:29 +01:00

Add step to install test report converter

This commit is contained in:
Oystein Kristoffer Tveit 2021-03-06 00:16:59 +01:00
parent acd2246c38
commit df4d02dab2

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