Skip to content

Commit

Permalink
Change PG host name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Fallon committed May 17, 2024
1 parent af42aa8 commit 28b8419
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Provide the password for postgres
env:
POSTGRES_PASSWORD: postgres
POSTGRES_HOST: postgres
POSTGRES_HOST: sweeteast_test
POSTGRES_USER: postgres
POSTGRES_PORT: 5432
# Set health checks to wait until postgres has started
Expand All @@ -25,13 +25,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 28b8419

Please sign in to comment.