ci: sleep 3 before creating the db

pull/2997/head
Alexander Medvednikov 2019-12-06 02:53:31 +03:00
parent aed22a57e3
commit b8ab85ebe9
1 changed files with 1 additions and 0 deletions

View File

@ -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