config psql in circleci config
This commit is contained in:
parent
3c34b6846a
commit
fbea9767e3
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ jobs:
|
||||||
|
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run bootstrap
|
- run: npm run bootstrap
|
||||||
|
- run: sudo apt install postgresql-client
|
||||||
- run: |
|
- run: |
|
||||||
psql \
|
psql \
|
||||||
-d $TEST_DATABASE_URL \
|
-d $TEST_DATABASE_URL \
|
||||||
|
|
Loading…
Reference in a new issue