mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 01:26:01 +00:00
workflow fix
This commit is contained in:
4
.github/workflows/run-tests.yaml
vendored
4
.github/workflows/run-tests.yaml
vendored
@@ -102,7 +102,7 @@ jobs:
|
|||||||
postgres-cypress:
|
postgres-cypress:
|
||||||
image: postgres
|
image: postgres
|
||||||
options: '--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5'
|
options: '--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5'
|
||||||
environment:
|
env:
|
||||||
POSTGRES_PASSWORD: Pwd2020Db
|
POSTGRES_PASSWORD: Pwd2020Db
|
||||||
ports:
|
ports:
|
||||||
- '16000:5432'
|
- '16000:5432'
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
image: 'mysql:8.0.18'
|
image: 'mysql:8.0.18'
|
||||||
ports:
|
ports:
|
||||||
- '16004:3306'
|
- '16004:3306'
|
||||||
environment:
|
env:
|
||||||
- MYSQL_ROOT_PASSWORD=Pwd2020Db
|
- MYSQL_ROOT_PASSWORD=Pwd2020Db
|
||||||
mysql-ssh-login:
|
mysql-ssh-login:
|
||||||
image: 'ghcr.io/dbgate/mysql-ssh-login:latest'
|
image: 'ghcr.io/dbgate/mysql-ssh-login:latest'
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ jobs:
|
|||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
environment:
|
env:
|
||||||
POSTGRES_PASSWORD: Pwd2020Db
|
POSTGRES_PASSWORD: Pwd2020Db
|
||||||
ports:
|
ports:
|
||||||
- 16000:5432
|
- 16000:5432
|
||||||
@@ -142,7 +142,7 @@ jobs:
|
|||||||
image: mysql:8.0.18
|
image: mysql:8.0.18
|
||||||
ports:
|
ports:
|
||||||
- 16004:3306
|
- 16004:3306
|
||||||
environment:
|
env:
|
||||||
- MYSQL_ROOT_PASSWORD=Pwd2020Db
|
- MYSQL_ROOT_PASSWORD=Pwd2020Db
|
||||||
|
|
||||||
mysql-ssh-login:
|
mysql-ssh-login:
|
||||||
|
|||||||
Reference in New Issue
Block a user