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
|
working-directory: api
|
||||||
|
|
||||||
env:
|
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:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@ -23,8 +23,8 @@ jobs:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
env:
|
env:
|
||||||
POSTGRES_USERNAME: nextnet
|
|
||||||
POSTGRES_PASSWORD: nextnet
|
POSTGRES_PASSWORD: nextnet
|
||||||
|
POSTGRES_USER: nextnet
|
||||||
POSTGRES_DB: nextnet
|
POSTGRES_DB: nextnet
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd pg_isready
|
--health-cmd pg_isready
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue