mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-27 02:57:44 +00:00
Configuration for messenger - use env=test in ci/step "unit_tests"
This commit is contained in:
parent
1c0fd57913
commit
0907d5b76a
@ -111,10 +111,9 @@ unit_tests:
|
|||||||
# until we fix testes
|
# until we fix testes
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- php tests/console doctrine:migrations:migrate -n
|
- php tests/console doctrine:migrations:migrate -n --env=test
|
||||||
- php -d memory_limit=2G tests/console cache:clear --env=dev
|
|
||||||
- php -d memory_limit=3G tests/console doctrine:fixtures:load -n
|
|
||||||
- php -d memory_limit=2G tests/console cache:clear --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
|
- php -d memory_limit=4G bin/phpunit --colors=never
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 30 min
|
expire_in: 30 min
|
||||||
|
@ -2,3 +2,6 @@ framework:
|
|||||||
messenger:
|
messenger:
|
||||||
transports:
|
transports:
|
||||||
async: 'in-memory://'
|
async: 'in-memory://'
|
||||||
|
sync: 'in-memory://'
|
||||||
|
priority: 'in-memory://'
|
||||||
|
failed: 'in-memory://'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user