mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-09 12:44:59 +02:00
Split long command into different commands.
This commit is contained in:
parent
5c0f8dd311
commit
2f9dfdedc0
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ install:
|
||||||
# Migration is just for testing if it work, it is overwritten immediately
|
# Migration is just for testing if it work, it is overwritten immediately
|
||||||
- php bin/console --env test doctrine:migrations:migrate -n
|
- php bin/console --env test doctrine:migrations:migrate -n
|
||||||
# Load fixtures (workaround https://github.com/doctrine/DoctrineFixturesBundle/issues/50)
|
# Load fixtures (workaround https://github.com/doctrine/DoctrineFixturesBundle/issues/50)
|
||||||
- bin/console --env test doctrine:schema:drop --force \
|
- bin/console --env test doctrine:schema:drop --force
|
||||||
&& bin/console --env test doctrine:schema:update --force \
|
- bin/console --env test doctrine:schema:update --force
|
||||||
&& bin/console --env test doctrine:fixtures:load -n
|
- bin/console --env test doctrine:fixtures:load -n
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php bin/phpunit
|
- php bin/phpunit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue