fix: Fixes automated testing once again.
This commit is contained in:
parent
4235f2215c
commit
9171e08fcd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/api-testing.yml
vendored
4
.github/workflows/api-testing.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue