Store test results

This commit is contained in:
Oliver Davies 2018-01-04 07:52:15 +00:00
parent cc9a1a1d20
commit b6e2f79dc8

View file

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