We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d71618 commit e3a9afcCopy full SHA for e3a9afc
.github/workflows/ci.yml
@@ -58,6 +58,7 @@ jobs:
58
brew update
59
brew uninstall --ignore-dependencies libpq
60
brew install postgres
61
+ /usr/local/Cellar/postgresql/12.2/bin/initdb --locale=C -E UTF-8 /usr/local/var/postgres
62
/usr/local/opt/postgres/bin/pg_ctl -D /usr/local/var/postgres start
63
sleep 3
64
/usr/local/opt/postgres/bin/createuser -s postgres
0 commit comments