Remove unneeded POSTGRES_HOST option in CI workflows

Not sure whether it was needed when we included it, but everything is
working fine without it.
This commit is contained in:
Javi Martín
2024-05-06 02:38:04 +02:00
parent da672e2dd4
commit 0163ca88c3
2 changed files with 0 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ jobs:
POSTGRES_PASSWORD: ""
env:
PGUSER: consul
POSTGRES_HOST: postgres
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1

View File

@@ -27,7 +27,6 @@ jobs:
POSTGRES_PASSWORD: ""
env:
PGUSER: consul
POSTGRES_HOST: postgres
RAILS_ENV: test
strategy:
fail-fast: false