mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: sleep 3 before creating the db
This commit is contained in:
parent
aed22a57e3
commit
b8ab85ebe9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
|||||||
- name: Set up pg database
|
- name: Set up pg database
|
||||||
run: |
|
run: |
|
||||||
brew services start postgresql
|
brew services start postgresql
|
||||||
|
sleep 3
|
||||||
psql -U postgres -c 'create database customerdb;'
|
psql -U postgres -c 'create database customerdb;'
|
||||||
psql -d customerdb -f examples/database/pg/mydb.sql
|
psql -d customerdb -f examples/database/pg/mydb.sql
|
||||||
- name: Test v->c
|
- name: Test v->c
|
||||||
|
Loading…
Reference in New Issue
Block a user