diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d9b0e4f1..e407ce8f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,10 +111,9 @@ unit_tests: # until we fix testes allow_failure: true script: - - php tests/console doctrine:migrations:migrate -n - - php -d memory_limit=2G tests/console cache:clear --env=dev - - php -d memory_limit=3G tests/console doctrine:fixtures:load -n + - php tests/console doctrine:migrations:migrate -n --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 artifacts: expire_in: 30 min diff --git a/tests/app/config/packages/dev/messenger.yaml b/tests/app/config/packages/dev/messenger.yaml index e9f2cea04..2ea139315 100644 --- a/tests/app/config/packages/dev/messenger.yaml +++ b/tests/app/config/packages/dev/messenger.yaml @@ -2,3 +2,6 @@ framework: messenger: transports: async: 'in-memory://' + sync: 'in-memory://' + priority: 'in-memory://' + failed: 'in-memory://'