forked from deblan/database-anonymizer
[wip] add run tests
This commit is contained in:
parent
61eccc280f
commit
5c8c8a0037
1 changed files with 1 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ when:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.22.0'
|
- &golang_image 'golang:1.22.0'
|
||||||
- &mysql_image 'mysql:8.2.0'
|
- &mysql_image 'mariadb:10.3'
|
||||||
- &postgres_image 'postgres:16'
|
- &postgres_image 'postgres:16'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -36,7 +36,6 @@ steps:
|
||||||
services:
|
services:
|
||||||
service-postgres:
|
service-postgres:
|
||||||
image: *postgres_image
|
image: *postgres_image
|
||||||
ports: ['5432']
|
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_DB=test
|
- POSTGRES_DB=test
|
||||||
|
|
@ -44,7 +43,6 @@ services:
|
||||||
|
|
||||||
service-mysql:
|
service-mysql:
|
||||||
image: *mysql_image
|
image: *mysql_image
|
||||||
ports: ['3306']
|
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_DATABASE=test
|
- MYSQL_DATABASE=test
|
||||||
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
|
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue