Fixed test results location again.

This commit is contained in:
Erik C. Thauvin 2017-10-29 20:52:04 -07:00
parent 75118c5a50
commit a070956a58

View file

@ -35,7 +35,7 @@ jobs:
name: Save Test Results
command: |
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
- store_test_results:
path: ~/test