Use tables again for talks
This commit is contained in:
parent
4fa5cd767d
commit
135de801bc
47 changed files with 186 additions and 476 deletions
|
@ -15,6 +15,11 @@ jobs:
|
|||
paths:
|
||||
- ./vendor
|
||||
key: v1-dependencies-{{ checksum "composer.json" }}
|
||||
- run: ./vendor/bin/phpunit --log-junit ~/phpunit/junit.xml
|
||||
- store_test_results:
|
||||
path: ~/phpunit
|
||||
- store_artifacts:
|
||||
path: ~/phpunit
|
||||
|
||||
deploy:
|
||||
docker:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue