ci: try service port
Some checks failed
Test / build (push) Failing after 30s

This commit is contained in:
Lars Hampe 2024-10-01 17:56:41 +02:00
parent 2ebc5cae9c
commit c81d62d9da

View File

@ -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