config psql in circleci config
This commit is contained in:
parent
68f8f4bf50
commit
d79151c707
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: sudo apt-get install postgresql-client-11.4
|
- run: sudo apt-get install postgresql-11.4
|
||||||
- run: psql CREATE DATABASE circle_test
|
- run: psql CREATE DATABASE circle_test
|
||||||
|
|
||||||
# Download and cache dependencies
|
# Download and cache dependencies
|
||||||
|
|
Loading…
Reference in a new issue