Skip to content

Commit

Permalink
Update PostgreSQL user and database name in ci.yml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriskzie committed Apr 25, 2024
1 parent 67c3533 commit ae2575b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
postgres_db:
image: postgres
env:
POSTGRES_USER: postgres
POSTGRES_USER: root
POSTGRES_PASSWORD: postgres
POSTGRES_DB: spring_jwt
POSTGRES_DB: snackscription_review
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down

0 comments on commit ae2575b

Please sign in to comment.