ci: try server ip for postgres
Some checks failed
Build and Push Docker Image / build (push) Failing after 44s
Some checks failed
Build and Push Docker Image / build (push) Failing after 44s
This commit is contained in:
parent
905fc81c8d
commit
8ab8dec708
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user