Skip to content

Commit

Permalink
Fix test db credentials in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Jul 16, 2023
1 parent 1eec0d9 commit e3b974b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
postgres:
image: postgres:15
env:
POSTGRES_USER: "vendors"
POSTGRES_PASSWORD: "vendors"
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
POSTGRES_DB: "vendors"
options: >-
--health-cmd pg_isready
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
postgres:
image: postgres:15
env:
POSTGRES_USER: "vendors"
POSTGRES_PASSWORD: "vendors"
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
POSTGRES_DB: "vendors"
options: >-
--health-cmd pg_isready
Expand Down

0 comments on commit e3b974b

Please sign in to comment.