fix: gh-action db 3
This commit is contained in:
parent
e98f259997
commit
53f9325b63
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
|
|
||||||
- name: Wait for PostgreSQL
|
- name: Wait for PostgreSQL
|
||||||
run: |
|
run: |
|
||||||
until pg_isready -h localhost -p 5432 -U postgres; do
|
until pg_isready -h localhost -p 5445 -U postgres; do
|
||||||
echo "Waiting for postgres..."
|
echo "Waiting for postgres..."
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue