Skip to content

Commit

Permalink
Fix GHA: Use postgresql service
Browse files Browse the repository at this point in the history
Previously, a postgres data directory was being manually created
using the low level postgres admin tools like initdb and pg_ctl.
This broke, because the Ubuntu postgresql package moved those
tools to /usr/lib/postgresql/14/bin.

When I added that to the path, the server still failed to start,
so lets use the more common pattern within GHA, and run Postgresql
as a service, updating the environment variables to use it.
  • Loading branch information
omad committed Nov 22, 2024
1 parent 64817cb commit 546451e
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 267 deletions.
Loading

0 comments on commit 546451e

Please sign in to comment.