config psql in circleci config

This commit is contained in:
sorrelbri 2020-02-07 20:40:32 -08:00
parent d79151c707
commit 3d20606999

View file

@ -29,7 +29,8 @@ jobs:
steps:
- checkout
- run: sudo apt-get install postgresql-11.4
- run: sudo apt-get install postgresql-client-11.4
- run: pg_ctl -D /var/lib/postgresql/data -l logfile start
- run: psql CREATE DATABASE circle_test
# Download and cache dependencies