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