Changed store_artifacts & store_test_results syntax.

This commit is contained in:
Erik C. Thauvin 2017-10-30 20:29:42 -07:00
parent 7b500cc8fc
commit 3b46f44454

View file

@ -30,13 +30,8 @@ jobs:
name: Run All Checks name: Run All Checks
command: ./gradlew check 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: - store_artifacts:
path: ~/test path: build/reports
destination: reports
- store_test_results:
path: build/reports/tests/test