Store phpunit artifact
This commit is contained in:
parent
37c8d2c2e7
commit
f549764e16
|
@ -19,7 +19,13 @@ jobs:
|
||||||
- ./vendor
|
- ./vendor
|
||||||
key: v1-dependencies-{{ checksum "composer.json" }}
|
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:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
Loading…
Reference in a new issue