mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 12:13:57 +00:00
code cleanup
This commit is contained in:
parent
d67637c7e8
commit
9af28e7d20
12
.github/workflows/integration-tests.yaml
vendored
12
.github/workflows/integration-tests.yaml
vendored
@ -30,8 +30,6 @@ jobs:
|
||||
image: postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: Pwd2020Db
|
||||
# ports:
|
||||
# - 5432:5432
|
||||
options: >-
|
||||
--health-cmd pg_isready
|
||||
--health-interval 10s
|
||||
@ -40,17 +38,11 @@ jobs:
|
||||
|
||||
mysql:
|
||||
image: mysql
|
||||
# options: >-
|
||||
# --default-authentication-plugin=mysql_native_password
|
||||
# ports:
|
||||
# - 15001:3306
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: Pwd2020Db
|
||||
|
||||
mssql:
|
||||
image: mcr.microsoft.com/mssql/server
|
||||
# ports:
|
||||
# - 15002:1433
|
||||
env:
|
||||
ACCEPT_EULA: Y
|
||||
SA_PASSWORD: Pwd2020Db
|
||||
@ -58,7 +50,3 @@ jobs:
|
||||
|
||||
cockroachdb:
|
||||
image: cockroachdb/cockroach
|
||||
# ports:
|
||||
# - 15003:26257
|
||||
# options: >-
|
||||
# start-single-node --insecure
|
||||
|
@ -20,6 +20,7 @@ const engines = [
|
||||
server: 'localhost',
|
||||
port: 15001,
|
||||
},
|
||||
skipOnGithub: true,
|
||||
objects: [views],
|
||||
},
|
||||
{
|
||||
@ -90,6 +91,7 @@ const engines = [
|
||||
server: 'localhost',
|
||||
port: 15003,
|
||||
},
|
||||
skipOnGithub: true,
|
||||
objects: [views],
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user