mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
local vs github runs
This commit is contained in:
48
.github/workflows/integration-tests.yaml
vendored
48
.github/workflows/integration-tests.yaml
vendored
@@ -30,35 +30,35 @@ jobs:
|
||||
image: postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: Pwd2020Db
|
||||
ports:
|
||||
- 5432:5432
|
||||
# ports:
|
||||
# - 5432:5432
|
||||
options: >-
|
||||
--health-cmd pg_isready
|
||||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
|
||||
# mysql:
|
||||
# image: mysql
|
||||
# # options: >-
|
||||
# # --default-authentication-plugin=mysql_native_password
|
||||
# ports:
|
||||
# - 15001:3306
|
||||
# env:
|
||||
# MYSQL_ROOT_PASSWORD: Pwd2020Db
|
||||
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
|
||||
# MSSQL_PID: Express
|
||||
mssql:
|
||||
image: mcr.microsoft.com/mssql/server
|
||||
# ports:
|
||||
# - 15002:1433
|
||||
env:
|
||||
ACCEPT_EULA: Y
|
||||
SA_PASSWORD: Pwd2020Db
|
||||
MSSQL_PID: Express
|
||||
|
||||
# cockroachdb:
|
||||
# image: cockroachdb/cockroach
|
||||
# ports:
|
||||
# - 15003:26257
|
||||
# # options: >-
|
||||
# # start-single-node --insecure
|
||||
cockroachdb:
|
||||
image: cockroachdb/cockroach
|
||||
# ports:
|
||||
# - 15003:26257
|
||||
# options: >-
|
||||
# start-single-node --insecure
|
||||
|
||||
Reference in New Issue
Block a user