We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6dba2 commit 02ffa22Copy full SHA for 02ffa22
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
runs-on: ubuntu-latest
60
container: ${{ matrix.swift-image }}
61
services:
62
- *postgres_host_a :
+ psql-a:
63
image: ${{ matrix.postgres-image }}
64
env:
65
POSTGRES_USER: *postgres_user_a
@@ -134,7 +134,7 @@ jobs:
134
- name: Install Postgres, setup DB and auth, and wait for server start
135
run: |
136
brew upgrade || true
137
- export PATH="$(brew --prefix)/opt/postgresql@13/bin:$PATH" PGDATA=/tmp/vapor-postgres-test
+ export PGDATA=/tmp/vapor-postgres-test
138
brew install "postgresql@18" && brew link --force "postgresql@18"
139
initdb --locale=C --auth-host "scram-sha-256" -U "${POSTGRES_USER}" --pwfile=<(echo "${POSTGRES_PASSWORD}")
140
pg_ctl start --wait
0 commit comments