fix: gh-action db 3

This commit is contained in:
Finn Linck Ryan 2025-12-13 22:41:39 +01:00
parent e98f259997
commit 53f9325b63

View file

@ -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