Skip to content

Commit

Permalink
publish test metadata to CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman committed Aug 31, 2016
1 parent 790a181 commit 60355cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ dependencies:
test:
override:
- ./gradlew check -Dscan
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;

general:
branches:
Expand Down

0 comments on commit 60355cb

Please sign in to comment.