mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: brew services fix
This commit is contained in:
parent
64bfae0a0e
commit
b1bf2e0371
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -78,6 +78,7 @@ jobs:
|
||||
run: sudo ./v symlink
|
||||
- name: Set up pg database
|
||||
run: |
|
||||
brew tap homebrew/services
|
||||
brew services start postgresql
|
||||
sleep 3
|
||||
psql -d postgres -c 'select rolname from pg_roles'
|
||||
|
Loading…
Reference in New Issue
Block a user