mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2024-12-21 05:27:29 +01:00
Fix test result directory structure
This commit is contained in:
parent
23056c8a95
commit
72ca8bce59
@ -60,10 +60,10 @@ jobs:
|
||||
|
||||
- run:
|
||||
name: Run tests
|
||||
command: flutter test --machine | ~/.pub-cache/bin/tojunit --output test-results.xml || true
|
||||
command: flutter test --machine | ~/.pub-cache/bin/tojunit --output test-results/flutter/results.xml || true
|
||||
|
||||
- store_test_results:
|
||||
path: test-results.xml
|
||||
path: test-results
|
||||
|
||||
workflows:
|
||||
build_and_test:
|
||||
|
Loading…
Reference in New Issue
Block a user