Skip to content

Commit 4c0ca4c

Browse files
committed
fix: Fixed port for db test in CI
1 parent bf47f7c commit 4c0ca4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/api-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
postgres-e2e:
7474
image: postgres:13
7575
ports:
76-
- 5432:5432
76+
- 5434:5432
7777
env:
7878
POSTGRES_DB: db_e2e
7979
POSTGRES_USER: e2e
@@ -88,7 +88,7 @@ jobs:
8888
run: npm run e2e:ci
8989
env:
9090
PORT: 3000
91-
DATABASE_URL: postgres://e2e:e2e123@localhost:5432/db_e2e
91+
DATABASE_URL: postgres://e2e:e2e123@localhost:5434/db_e2e
9292
JWT_SECRET_VERIFY_EMAIL: verify-email-test
9393
JWT_ACCESS_SECRET: access-secret-test
9494
JWT_REFRESH_SECRET: refresh-secret-test

0 commit comments

Comments
 (0)