mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Use composer script instead of phpunit
This commit is contained in:
parent
bc839b5453
commit
98b1252c68
2 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,7 @@ install:
|
|||
- composer install --prefer-dist --no-interaction
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
- composer test
|
||||
- yarn test
|
||||
|
||||
addons:
|
||||
|
|
|
@ -63,6 +63,9 @@
|
|||
],
|
||||
"post-create-project-cmd": [
|
||||
"php artisan key:generate"
|
||||
],
|
||||
"test": [
|
||||
"phpunit"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
|
Loading…
Reference in a new issue