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: "" POSTGRES_PASSWORD: ""
env: env:
PGUSER: consul PGUSER: consul
POSTGRES_HOST: postgres
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1

View File

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