ci: fix config error from #da8c7eb (#3640)

pull/3645/head
joe-conigliaro 2020-02-03 23:32:18 +11:00 committed by GitHub
parent da8c7eb0fc
commit b6a62cf20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -78,9 +78,6 @@ jobs:
run: sudo ./v symlink
- name: Set up pg database
run: |
# brew services start postgresql
# sleep 3
# do manual start for now. TODO: look at homebrew-services postgresql config
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
psql -d postgres -c 'select rolname from pg_roles'
psql -d postgres -c 'create database customerdb;'