ci: sleep 3 before creating the db
parent
aed22a57e3
commit
b8ab85ebe9
|
@ -40,6 +40,7 @@ jobs:
|
|||
- name: Set up pg database
|
||||
run: |
|
||||
brew services start postgresql
|
||||
sleep 3
|
||||
psql -U postgres -c 'create database customerdb;'
|
||||
psql -d customerdb -f examples/database/pg/mydb.sql
|
||||
- name: Test v->c
|
||||
|
|
Loading…
Reference in New Issue