Sync the database view when initializing unit test script

This commit is contained in:
Julien Fastré 2023-09-13 12:36:33 +02:00
parent b93a822299
commit 1070d33670
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -110,6 +110,7 @@ unit_tests:
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82
script:
- php tests/console doctrine:migrations:migrate -n --env=test
- php tests/console chill:db:sync-views --env=test
- php -d memory_limit=2G tests/console cache:clear --env=test
- php -d memory_limit=3G tests/console doctrine:fixtures:load -n
- php -d memory_limit=4G bin/phpunit --colors=never --exclude-group dbIntensive