ci(tests): add web server start

This commit is contained in:
Simon Vieille 2023-01-09 22:26:12 +01:00
parent dd3630237c
commit 496cd46db7
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -52,9 +52,8 @@ pipeline:
tests:
image: deblan/php:${PHP_VERSION}
environment:
- APP_ENV=test
commands:
- composer install --no-scripts --dev
- vendor/bin/bdi detect drivers
- symfony server:start --port=9080 --no-tls
- php bin/phpunit