Skip to content

Commit c3a0daf

Browse files
authored
Update config.yml
1 parent 7c245d2 commit c3a0daf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- run:
1818
name: "Build gradle"
1919
command: chmod +x gradlew && ./gradlew clean build
20+
- store_test_results:
21+
path: build/test-results/test
2022

2123
# Orchestrate jobs using workflows
2224
# See: https://circleci.com/docs/configuration-reference/#workflows

0 commit comments

Comments
 (0)