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