mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2024-12-21 13:37:29 +01:00
Add needed flag to run unittests
This commit is contained in:
parent
8e040d6778
commit
39dc0fdc72
@ -60,10 +60,10 @@ jobs:
|
||||
|
||||
- run:
|
||||
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:
|
||||
path: test-results
|
||||
path: test-results.xml
|
||||
|
||||
workflows:
|
||||
build_and_test:
|
||||
|
Loading…
Reference in New Issue
Block a user