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:
1
.github/workflows/db_schema.yml
vendored
1
.github/workflows/db_schema.yml
vendored
@@ -23,7 +23,6 @@ jobs:
|
||||
POSTGRES_PASSWORD: ""
|
||||
env:
|
||||
PGUSER: consul
|
||||
POSTGRES_HOST: postgres
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
|
||||
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -27,7 +27,6 @@ jobs:
|
||||
POSTGRES_PASSWORD: ""
|
||||
env:
|
||||
PGUSER: consul
|
||||
POSTGRES_HOST: postgres
|
||||
RAILS_ENV: test
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user