Copy test-results to ~/test.
This commit is contained in:
parent
a070956a58
commit
22ff6cd7be
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
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 {} ~/test/ \;
|
cp -a build/reports/tests/test/. ~/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