Skip to content

Commit

Permalink
ci workflow updates
Browse files Browse the repository at this point in the history
gqcn committed May 19, 2022
1 parent 7753fc6 commit 350ee9f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/gf.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
services:
# Redis backend server.
redis:
image : redis
image : loads/redis:latest
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
@@ -40,7 +40,7 @@ jobs:

# MySQL backend server.
mysql:
image: mysql:5.7
image: loads/mysql:5.7
env:
MYSQL_DATABASE : test
MYSQL_ROOT_PASSWORD: 12345678
@@ -50,7 +50,7 @@ jobs:

# PostgreSQL backend server.
postgres:
image: postgres:13
image: loads/postgres:13
env:
POSTGRES_PASSWORD: 12345678
POSTGRES_USER: root
@@ -67,7 +67,7 @@ jobs:
# MSSQL backend server.
mssql:
image: mcmoe/mssqldocker:latest
image: loads/mssqldocker:latest
env:
ACCEPT_EULA: Y
SA_PASSWORD: LoremIpsum86
@@ -85,11 +85,12 @@ jobs:
# ClickHouse backend server.
clickhouse-server:
image: yandex/clickhouse-server
image: loads/clickhouse-server:latest
ports:
- 9000:9000
- 8123:8123
- 9001:9001

polaris:
image: huyuanxin/polaris-server-with-config:latest
ports:

0 comments on commit 350ee9f

Please sign in to comment.