Skip to content

Commit 0b9faaf

Browse files
committed
chore: postgresql 실패 메시지 확인 위한 로그
1 parent 2f39136 commit 0b9faaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.cd.prod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
run: |
6060
docker-compose -f docker-compose.yml up -d
6161
62+
- name: PostgreSQL 컨테이너 로그 확인
63+
run: docker logs log4u_postgres
64+
6265
- name: 컨테이너 실행 대기
6366
run: |
6467
echo "Waiting for MySQL to be ready..."

0 commit comments

Comments
 (0)