fix: Fixes automated testing once again.

This commit is contained in:
greysoh 2024-05-10 17:55:24 -04:00
parent 4235f2215c
commit 9171e08fcd
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571

View file

@ -13,7 +13,7 @@ defaults:
working-directory: api
env:
DATABASE_URL: "postgresql://nextnet:nextnet@127.0.0.1:5432/nextnet?schema=nextnet"
DATABASE_URL: "postgresql://nextnet:nextnet@localhost:5432/nextnet?schema=nextnet"
jobs:
test:
@ -23,8 +23,8 @@ jobs:
postgres:
image: postgres
env:
POSTGRES_USERNAME: nextnet
POSTGRES_PASSWORD: nextnet
POSTGRES_USER: nextnet
POSTGRES_DB: nextnet
options: >-
--health-cmd pg_isready