config psql in circleci config
This commit is contained in:
parent
22907dc7c5
commit
d29e488354
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
# - run: sudo apt-get install postgresql-client-11.4
|
# - run: sudo apt-get install postgresql-client-11.4
|
||||||
# - run: pg_ctl -D /var/lib/postgresql/data -l logfile start
|
# - run: pg_ctl -D /var/lib/postgresql/data -l logfile start
|
||||||
- run: psql CREATE DATABASE circle_test
|
# - run: psql CREATE DATABASE circle_test
|
||||||
|
|
||||||
# Download and cache dependencies
|
# Download and cache dependencies
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
|
Loading…
Reference in a new issue