ci(conf): webserver is now run as daemon
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-01-09 23:11:56 +01:00
parent f55605bea0
commit f8094c45f8
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -55,5 +55,5 @@ pipeline:
commands:
- composer install --no-scripts --dev
- vendor/bin/bdi detect drivers
- symfony server:start --port=9080 --no-tls
- symfony server:start --port=9080 --no-tls -d
- php bin/phpunit