mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
test
This commit is contained in:
parent
5fca73d531
commit
e6a6534887
3
.github/workflows/integration-tests.yaml
vendored
3
.github/workflows/integration-tests.yaml
vendored
@ -28,7 +28,6 @@ jobs:
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
restart: always
|
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: Pwd2020Db
|
POSTGRES_PASSWORD: Pwd2020Db
|
||||||
ports:
|
ports:
|
||||||
@ -37,7 +36,6 @@ jobs:
|
|||||||
mysql:
|
mysql:
|
||||||
image: mysql
|
image: mysql
|
||||||
command: --default-authentication-plugin=mysql_native_password
|
command: --default-authentication-plugin=mysql_native_password
|
||||||
restart: always
|
|
||||||
ports:
|
ports:
|
||||||
- 15001:3306
|
- 15001:3306
|
||||||
environment:
|
environment:
|
||||||
@ -45,7 +43,6 @@ jobs:
|
|||||||
|
|
||||||
mssql:
|
mssql:
|
||||||
image: mcr.microsoft.com/mssql/server
|
image: mcr.microsoft.com/mssql/server
|
||||||
restart: always
|
|
||||||
ports:
|
ports:
|
||||||
- 15002:1433
|
- 15002:1433
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user