Copy test-results to ~/test.

This commit is contained in:
Erik C. Thauvin 2017-10-29 21:00:10 -07:00
parent a070956a58
commit 22ff6cd7be

View file

@ -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