Skip to content

Commit

Permalink
ci database config test
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Jan 14, 2019
1 parent cdc66c5 commit 4ebb520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}

- run:
name: apt update
command: sudo apt-get update

- run:
name: Installing psql client
command: sudo apt-get install postgresql-client
Expand Down

0 comments on commit 4ebb520

Please sign in to comment.