Skip to content

Commit 27af42f

Browse files
committed
chore : Add DB name for test DB container
1 parent c4e8fb6 commit 27af42f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
env:
4949
POSTGRES_USER: postgres
5050
POSTGRES_PASSWORD: postgres
51+
POSTGRES_DB: schedule_reservation_system_test
5152
ports:
5253
- 5432:5432
5354
options: --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3

0 commit comments

Comments
 (0)