tests: add pg in ci
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/build unknown status

This commit is contained in:
Simon Vieille 2024-03-31 22:26:28 +02:00
parent 5e3145a236
commit 9c4b7ea525
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -29,7 +29,7 @@ steps:
- mysql -hservice-mysql -uroot -proot test < tests/mysql_data.sql
"Fill PostgresSQL":
image: *mysql_image
image: *postgres_image
commands:
- psql -U postgres -d test < tests/postgres_data.sql