mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
adapt console path for web assets install
This commit is contained in:
parent
17f2ecd24e
commit
3d5217345b
@ -17,7 +17,7 @@ before_script:
|
|||||||
- psql -c 'create database test0;' -U postgres
|
- psql -c 'create database test0;' -U postgres
|
||||||
- psql -d test0 -c 'CREATE EXTENSION unaccent;' -U postgres
|
- psql -d test0 -c 'CREATE EXTENSION unaccent;' -U postgres
|
||||||
- php Tests/Fixtures/App/app/console --env=test cache:warmup
|
- php Tests/Fixtures/App/app/console --env=test cache:warmup
|
||||||
- php Tests/Fixtures/App/console assets:install Tests/Fixtures/App/web
|
- php Tests/Fixtures/App/app/console assets:install Tests/Fixtures/App/web
|
||||||
- php Tests/Fixtures/App/app/console doctrine:migrations:migrate --no-interaction
|
- php Tests/Fixtures/App/app/console doctrine:migrations:migrate --no-interaction
|
||||||
- php Tests/Fixtures/App/app/console doctrine:fixtures:load --env=test --no-interaction
|
- php Tests/Fixtures/App/app/console doctrine:fixtures:load --env=test --no-interaction
|
||||||
script: phpunit --coverage-text
|
script: phpunit --coverage-text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user