mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 00:59:06 +00:00
Update backend_general.yml
This commit is contained in:
parent
739333c29c
commit
31d3ffb664
1 changed files with 2 additions and 2 deletions
4
.github/workflows/backend_general.yml
vendored
4
.github/workflows/backend_general.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_DB: postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
- 5433:5432
|
||||
env:
|
||||
SQLX_VERSION: 0.5.7
|
||||
SQLX_FEATURES: postgres
|
||||
|
|
@ -106,7 +106,7 @@ jobs:
|
|||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_DB: postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
- 5433:5432
|
||||
env:
|
||||
SQLX_VERSION: 0.5.7
|
||||
SQLX_FEATURES: postgres
|
||||
|
|
|
|||
Loading…
Reference in a new issue