config psql in circleci config

This commit is contained in:
sorrelbri 2020-02-07 20:38:01 -08:00
parent 68f8f4bf50
commit d79151c707

View file

@ -29,7 +29,7 @@ jobs:
steps:
- checkout
- run: sudo apt-get install postgresql-client-11.4
- run: sudo apt-get install postgresql-11.4
- run: psql CREATE DATABASE circle_test
# Download and cache dependencies