config psql in circleci config

This commit is contained in:
sorrelbri 2020-02-08 17:26:10 -08:00
parent fbea9767e3
commit 7481178abd

View file

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