ci(test): configure test database
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-01-09 10:09:05 +01:00
parent 2aab5310d2
commit 4b1fdb8652
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -27,6 +27,7 @@ pipeline:
- echo APP_ENV=prod >> .env.local
- echo APP_SECRET=$(openssl rand -hex 32) >> .env.local
- echo DATABASE_URL=mysql://root:root@db/app >> .env.local
- echo DATABASE_URL=mysql://root:root@db/app_test >> .env.test.local
composer:
image: deblan/php:${PHP_VERSION}