mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +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:
|
install:
|
||||||
- composer 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:database:create --if-not-exists -n
|
||||||
- php bin/console --env test doctrine:migrations:migrate -n
|
- php bin/console --env test doctrine:migrations:migrate -n
|
||||||
# Load fixtures (We have to disable foreign key checks or we get errors)
|
# Load fixtures (We have to disable foreign key checks or we get errors)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue