config psql in circleci config

This commit is contained in:
sorrelbri 2020-02-08 17:24:16 -08:00
parent 3c34b6846a
commit fbea9767e3

View file

@ -42,6 +42,7 @@ jobs:
- run: npm install
- run: npm run bootstrap
- run: sudo apt install postgresql-client
- run: |
psql \
-d $TEST_DATABASE_URL \