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:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user