Run the database in my only container

This commit is contained in:
c0de 2018-03-08 20:49:25 -06:00
parent 2fb809b4e0
commit 49fb0d820e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
- image: circleci/postgres:9.4
#- image: circleci/postgres:9.4
working_directory: ~/repo
@ -26,7 +26,7 @@ jobs:
- checkout
# Set up Test DB
- run: sudo apt install postgresql-client-9.4
- run: sudo apt install postgresql-client-9.4 postgresql-9.4
- run: whoami
- run: |
psql < newdb.sql