mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
set POSTGRES_PORT to 5433
This commit is contained in:
parent
31d3ffb664
commit
83b30a2185
4
.github/workflows/backend_general.yml
vendored
4
.github/workflows/backend_general.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
working-directory: backend/
|
||||
run: |
|
||||
sudo apt-get install libpq-dev -y
|
||||
SKIP_DOCKER=true ./scripts/init_database.sh
|
||||
SKIP_DOCKER=true POSTGRES_PORT=5433 ./scripts/init_database.sh
|
||||
|
||||
- name: Check sqlx-data.json is up-to-date
|
||||
working-directory: backend/
|
||||
@ -146,7 +146,7 @@ jobs:
|
||||
working-directory: backend/
|
||||
run: |
|
||||
sudo apt-get install libpq-dev -y
|
||||
SKIP_DOCKER=true ./scripts/init_database.sh
|
||||
SKIP_DOCKER=true POSTGRES_PORT=5433 ./scripts/init_database.sh
|
||||
|
||||
- run: rustup component add clippy
|
||||
working-directory: backend/
|
||||
|
Loading…
Reference in New Issue
Block a user