Skip to content

Commit 15816f3

Browse files
committed
set postgres port for ci
1 parent 4b74b04 commit 15816f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747

4848
- name: Start services via docker compose
4949
run: docker compose up -d --wait db anvil
50+
env:
51+
POSTGRES_PORT: 5432
5052

5153
- name: Create test environment for api app
5254
working-directory: apps/api

0 commit comments

Comments
 (0)