Changed store_artifacts & store_test_results syntax.

This commit is contained in:
Erik C. Thauvin 2017-10-30 20:36:31 -07:00
parent 641f11767d
commit e65dcfa5b5
2 changed files with 4 additions and 9 deletions

View file

@ -30,13 +30,8 @@ jobs:
name: Run All Checks
command: ./gradlew check
- run:
name: Save Test Results
command: |
mkdir -p ~/test
cp -a build/reports/tests/test/. ~/test
when: always
- store_test_results:
path: ~/test
- store_artifacts:
path: ~/test
path: build/reports/
destination: reports
- store_test_results:
path: build/reports/tests/test