From 9c4b7ea52509518c26ebafbe16b34236913eede4 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 31 Mar 2024 22:26:28 +0200 Subject: [PATCH] tests: add pg in ci --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 4ba0def..da362c0 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -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