We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c245d2 commit c3a0dafCopy full SHA for c3a0daf
.circleci/config.yml
@@ -17,6 +17,8 @@ jobs:
17
- run:
18
name: "Build gradle"
19
command: chmod +x gradlew && ./gradlew clean build
20
+ - store_test_results:
21
+ path: build/test-results/test
22
23
# Orchestrate jobs using workflows
24
# See: https://circleci.com/docs/configuration-reference/#workflows
0 commit comments