Skip to content

Commit

Permalink
correct the postgres password
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryldev committed Jul 20, 2024
1 parent 124303b commit 46ccac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
ports: ["5432:5432"]
env:
POSTGRES_DB: jeryldevcms_beacon_test
POSTGRES_PASSWORD: postgres,
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit 46ccac4

Please sign in to comment.