diff --git a/.circleci/config.yml b/.circleci/config.yml index 516c2242..203e29a4 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