From b6e2f79dc8c41920e1d2841e0761ff8369b6a029 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 4 Jan 2018 07:52:15 +0000 Subject: [PATCH] Store test results --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa7e2e6..3440ea6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,4 +19,8 @@ jobs: paths: - ./vendor key: v1-dependencies-{{ checksum 'composer.json' }} - - run: ./vendor/bin/phpunit + - run: ./vendor/bin/phpunit --log-junit ~/phpunit/junit.xml + - store_test_results: + path: ~/phpunit + - store_artifacts: + path: ~/phpunit