This commit is contained in:
parent
2ebc5cae9c
commit
c81d62d9da
@ -45,9 +45,9 @@ jobs:
|
||||
- name: Push Database - Test
|
||||
run: bun run db:push
|
||||
env:
|
||||
POSTGRES_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||
POSTGRES_URL: postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
|
||||
|
||||
- name: Test API
|
||||
run: bun test:api
|
||||
env:
|
||||
POSTGRES_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||
POSTGRES_URL: postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
|
Loading…
Reference in New Issue
Block a user