Reviewed-on: https://gitea.com/xorm/xorm/pulls/2449
This commit is contained in:
Lunny Xiao 2024-04-24 11:37:00 +00:00
parent 798ed47bbf
commit 1dbec27053
8 changed files with 7 additions and 23 deletions

View File

@ -50,8 +50,6 @@ jobs:
services: services:
cockroach: cockroach:
image: cockroachdb/cockroach:v19.2.4 image: cockroachdb/cockroach:v19.2.4
ports:
- 26257:26257
cmd: cmd:
- 'start' - 'start'
- '--insecure' - '--insecure'

View File

@ -53,5 +53,3 @@ jobs:
env: env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: xorm_test MYSQL_DATABASE: xorm_test
ports:
- 3306:3306

View File

@ -54,5 +54,3 @@ jobs:
ACCEPT_EULA: Y ACCEPT_EULA: Y
SA_PASSWORD: yourStrong(!)Password SA_PASSWORD: yourStrong(!)Password
MSSQL_PID: Standard MSSQL_PID: Standard
ports:
- 1433:1433

View File

@ -53,5 +53,3 @@ jobs:
ACCEPT_EULA: Y ACCEPT_EULA: Y
SA_PASSWORD: yourStrong(!)Password SA_PASSWORD: yourStrong(!)Password
MSSQL_PID: Standard MSSQL_PID: Standard
ports:
- 1433:1433

View File

@ -53,5 +53,3 @@ jobs:
env: env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: xorm_test MYSQL_DATABASE: xorm_test
ports:
- 3306:3306

View File

@ -53,5 +53,3 @@ jobs:
env: env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: xorm_test MYSQL_DATABASE: xorm_test
ports:
- 3306:3306

View File

@ -76,5 +76,3 @@ jobs:
POSTGRES_DB: xorm_test POSTGRES_DB: xorm_test
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
ports:
- 5432:5432

View File

@ -49,5 +49,3 @@ jobs:
services: services:
tidb: tidb:
image: pingcap/tidb:v3.0.3 image: pingcap/tidb:v3.0.3
ports:
- 4000:4000