Skip to content

Commit 546451e

Browse files
committed
Fix GHA: Use postgresql service
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.
1 parent 64817cb commit 546451e

File tree

2 files changed

+289
-267
lines changed

2 files changed

+289
-267
lines changed

0 commit comments

Comments
 (0)