forked from deblan/database-anonymizer
tests: add pg in ci
This commit is contained in:
parent
55d7b80976
commit
5e3145a236
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- mysql -hservice-mysql -uroot -proot test < tests/mysql_data.sql
|
- 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":
|
"Run tests":
|
||||||
image: *golang_image
|
image: *golang_image
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue