Skip to content

Commit 02ffa22

Browse files
authored
Update test.yml
1 parent aa6dba2 commit 02ffa22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
container: ${{ matrix.swift-image }}
6161
services:
62-
*postgres_host_a :
62+
psql-a:
6363
image: ${{ matrix.postgres-image }}
6464
env:
6565
POSTGRES_USER: *postgres_user_a
@@ -134,7 +134,7 @@ jobs:
134134
- name: Install Postgres, setup DB and auth, and wait for server start
135135
run: |
136136
brew upgrade || true
137-
export PATH="$(brew --prefix)/opt/postgresql@13/bin:$PATH" PGDATA=/tmp/vapor-postgres-test
137+
export PGDATA=/tmp/vapor-postgres-test
138138
brew install "postgresql@18" && brew link --force "postgresql@18"
139139
initdb --locale=C --auth-host "scram-sha-256" -U "${POSTGRES_USER}" --pwfile=<(echo "${POSTGRES_PASSWORD}")
140140
pg_ctl start --wait

0 commit comments

Comments
 (0)