Add testing ci pipeline #1

Merged
HashDot merged 13 commits from ci/testing into main 2024-10-01 17:04:14 +00:00
Showing only changes of commit c81d62d9da - Show all commits

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