Store phpunit artifact

This commit is contained in:
Oliver Davies 2017-12-27 21:03:50 +00:00
parent 37c8d2c2e7
commit f549764e16

View file

@ -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