From 1070d33670dc7d68a9809cff547f48c05fe967b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 13 Sep 2023 12:36:33 +0200 Subject: [PATCH] Sync the database view when initializing unit test script --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index faae92991..389955c30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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