ci: try server ip for postgres
Some checks failed
Build and Push Docker Image / build (push) Failing after 44s

This commit is contained in:
Lars Hampe 2024-10-01 16:07:37 +02:00
parent 905fc81c8d
commit 8ab8dec708

View File

@ -41,12 +41,12 @@ jobs:
- name: Push Database - Test
run: bun run db:push
env:
POSTGRES_URL: postgres://postgres:postgres@postgres:5432/postgres
POSTGRES_URL: postgres://postgres:postgres@10.0.0.145:5432/postgres
- name: Test API
run: bun test:api
env:
POSTGRES_URL: postgres://postgres:postgres@postgres:5432/postgres
POSTGRES_URL: postgres://postgres:postgres@10.0.0.145:5432/postgres
- name: Build
run: bun run build