From 5e3145a236cfa21837287161e2395aa82a1b2235 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 31 Mar 2024 22:25:27 +0200 Subject: [PATCH] tests: add pg in ci --- .woodpecker/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 0a040e9..4ba0def 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -28,6 +28,11 @@ steps: commands: - mysql -hservice-mysql -uroot -proot test < tests/mysql_data.sql + "Fill PostgresSQL": + image: *mysql_image + commands: + - psql -U postgres -d test < tests/postgres_data.sql + "Run tests": image: *golang_image commands: