Fixed test results location.
This commit is contained in:
parent
473f6a5c85
commit
291e5488af
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
|||
name: Save test results
|
||||
command: |
|
||||
mkdir -p ~/test/
|
||||
find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} ~/junit/ \;
|
||||
find . -type f -regex ".*/build/test-results/test/.*xml" -exec cp {} ~/junit/ \;
|
||||
when: always
|
||||
- store_test_results:
|
||||
path: ~/test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue