From f8094c45f8db4a689b06ef94176268ab387dda66 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 Jan 2023 23:11:56 +0100 Subject: [PATCH] ci(conf): webserver is now run as daemon --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5acc7f1..b1f496d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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