mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Build yarn assets when testing on travis.
This commit is contained in:
parent
93716c8583
commit
96f12a3c4f
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ php:
|
|||
|
||||
install:
|
||||
- composer install
|
||||
# Compile assets
|
||||
- yarn install
|
||||
- yarn build
|
||||
- php bin/console --env test doctrine:database:create --if-not-exists -n
|
||||
- php bin/console --env test doctrine:migrations:migrate -n
|
||||
# Load fixtures (We have to disable foreign key checks or we get errors)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue