Store phpunit artifact
This commit is contained in:
parent
37c8d2c2e7
commit
f549764e16
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue