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:
|
||||
name: Save Test Results
|
||||
command: |
|
||||
mkdir -p ~/test/
|
||||
find . -type f -regex "build/test-results/test/.*xml" -exec cp {} ~/test/ \;
|
||||
mkdir -p ~/test
|
||||
cp -a build/reports/tests/test/. ~/test
|
||||
when: always
|
||||
- store_test_results:
|
||||
path: ~/test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue