try more env vars
Some checks failed
Actions / runner-job (push) Failing after 20s

This commit is contained in:
2025-07-28 01:48:02 +01:00
parent c762544c70
commit e68290efab

View File

@ -16,7 +16,10 @@ jobs:
image: postgres:17-alpine
# Provide the password for postgres
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DATABASE: postgres
POSTGRES_DB: postgres
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready