list centers after load

This commit is contained in:
Julien Fastré 2022-06-16 23:49:19 +02:00
parent d55311ce40
commit d4feacc8da

View File

@ -94,6 +94,7 @@ unit_tests:
- php -d memory_limit=2G tests/app/bin/console cache:clear --env=dev
- php -d memory_limit=3G tests/app/bin/console doctrine:fixtures:load -n
- php -d memory_limit=2G tests/app/bin/console cache:clear --env=test
- php -d memory_limit=2G tests/app/bin/console doctrine:query:dql "SELECT c.name FROM Chill\\MainBundle\\Entity\\Center c"
- php -d memory_limit=4G bin/phpunit --colors=never --testdox
artifacts:
expire_in: 30 min