From 496cd46db7c545663ee9216116797443c0b42b2f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 Jan 2023 22:26:12 +0100 Subject: [PATCH] ci(tests): add web server start --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ba5402f..5acc7f1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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