From f549764e1661835707f20aa17b56f5dd702844d2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 27 Dec 2017 21:03:50 +0000 Subject: [PATCH] Store phpunit artifact --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 516c22426..203e29a48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,13 @@ jobs: - ./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 workflows: version: 2