mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2024-12-21 21:47:29 +01:00
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-{{ checksum "pubspec.lock" }}
|
||||||
- dart-dependencies-
|
- dart-dependencies-
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: Install test report converter tool
|
||||||
|
command: pub global activate junitreport
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: flutter test | 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
|
||||||
|
Loading…
Reference in New Issue
Block a user