Fixed test results location again.
This commit is contained in:
parent
291e5488af
commit
75118c5a50
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- gradle-dependencies-
|
- gradle-dependencies-
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Gradle dependencies
|
name: Gradle Dependencies
|
||||||
command: ./gradlew dependencies
|
command: ./gradlew dependencies
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
@ -32,10 +32,10 @@ jobs:
|
||||||
command: ./gradlew test
|
command: ./gradlew test
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Save test results
|
name: Save Test Results
|
||||||
command: |
|
command: |
|
||||||
mkdir -p ~/test/
|
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 {} ~/junit/ \;
|
||||||
when: always
|
when: always
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: ~/test
|
path: ~/test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue