fix: update TEST_DATABASE_URL to use service name for Docker
Deploy / Build (push) Successful in 28s
Deploy / Test & Lint (push) Failing after 29s
Deploy / Build and Push Docker Image (push) Has been skipped

This commit is contained in:
Space-Banane
2026-07-18 20:23:51 +02:00
parent 7e05dd918c
commit b47077d0cb
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
--health-timeout 5s
--health-retries 5
env:
TEST_DATABASE_URL: postgresql://patchpass:patchpass@localhost:5432/patchpass
TEST_DATABASE_URL: postgresql://patchpass:patchpass@patchpass:5432/patchpass
steps:
- name: Checkout repository
uses: actions/checkout@v4