Skip to content

Commit

Permalink
fix(ci): update database name to test in database service
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Thant committed Mar 3, 2024
1 parent ce440eb commit 606b796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
POSTGRES_DB: test
ports:
- 5432:5432
options: >-
Expand Down

0 comments on commit 606b796

Please sign in to comment.