Fixed test results location.

This commit is contained in:
Erik C. Thauvin 2017-10-29 20:47:51 -07:00
parent 473f6a5c85
commit 291e5488af

View file

@ -35,7 +35,7 @@ jobs:
name: Save test results
command: |
mkdir -p ~/test/
find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} ~/junit/ \;
find . -type f -regex ".*/build/test-results/test/.*xml" -exec cp {} ~/junit/ \;
when: always
- store_test_results:
path: ~/test