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

This commit is contained in:
Simon Vieille 2023-01-09 09:59:21 +01:00
parent 85e04205cd
commit 3df5aba320
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -19,6 +19,7 @@ pipeline:
image: mariadb:10.3
commands:
- mysql -hdb -uroot -proot -e "CREATE DATABASE app"
- mysql -hdb -uroot -proot -e "CREATE DATABASE app_test"
config:
image: deblan/php:8.1