mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-03-13 05:26:57 +00:00
Store test results
This commit is contained in:
parent
cc9a1a1d20
commit
b6e2f79dc8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue