We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3329fa8 commit 9e56d1eCopy full SHA for 9e56d1e
.github/workflows/ci.yml
@@ -68,6 +68,7 @@ jobs:
68
- name: Install postgres (MacOS)
69
if: runner.os == 'macOS' && matrix.backend == 'postgres'
70
run: |
71
+ /usr/local/opt/postgres/bin/initdb -D /usr/local/var/postgres
72
/usr/local/opt/postgres/bin/pg_ctl -D /usr/local/var/postgres start
73
sleep 3
74
/usr/local/opt/postgres/bin/createuser -s postgres
0 commit comments