Changed store_artifacts & store_test_results syntax.
This commit is contained in:
parent
641f11767d
commit
e65dcfa5b5
2 changed files with 4 additions and 9 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue