Skip to content

Commit 9e56d1e

Browse files
committed
Fix ci job
1 parent 3329fa8 commit 9e56d1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- name: Install postgres (MacOS)
6969
if: runner.os == 'macOS' && matrix.backend == 'postgres'
7070
run: |
71+
/usr/local/opt/postgres/bin/initdb -D /usr/local/var/postgres
7172
/usr/local/opt/postgres/bin/pg_ctl -D /usr/local/var/postgres start
7273
sleep 3
7374
/usr/local/opt/postgres/bin/createuser -s postgres

0 commit comments

Comments
 (0)