Skip to content

Commit

Permalink
One more CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Dec 12, 2023
1 parent 40816ec commit b50c32e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,10 @@ jobs:
run: |
export PATH="$(brew --prefix)/opt/${POSTGRES_FORMULA}/bin:$PATH" PGDATA=/tmp/vapor-postgres-test
brew install --overwrite "${POSTGRES_FORMULA}"
brew link --overwrite --force "${POSTGRES_FORMULA}"
initdb --locale=C --auth-host "${POSTGRES_AUTH_METHOD}" -U "${POSTGRES_USER}" --pwfile=<(echo "${POSTGRES_PASSWORD}")
pg_ctl start --wait
timeout-minutes: 2
timeout-minutes: 15
- name: Checkout code
uses: actions/checkout@v4
- name: Run all tests
Expand Down

0 comments on commit b50c32e

Please sign in to comment.