1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
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

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;'