circleci: Store XUnit test results.

Fixes part of #8593.
This commit is contained in:
Vishnu Ks 2018-03-08 21:45:30 +05:30 committed by Tim Abbott
parent 1f250a3fd2
commit d01ca8a390
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ jobs:
path: ../../../tmp/zulip-test-event-log/
destination: test-reports
- store_test_results:
path: ./var/xunit-test-results/casper/
"bionic-backend-python3.6":
docker:
# This is built from tools/circleci/images/bionic/Dockerfile .