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