Skip to content

Commit

Permalink
ci(circle): Add postgres config for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Jul 2, 2019
1 parent 12cb023 commit 4313d8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
- image: circleci/node:lts
environment:
TZ: "Europe/London"
PG_CONNECTION_STRING: postgres://postgres:postgres@localhost:5432/circle_test
# use postgres 9.6
- image: circleci/postgres:9.6-alpine-postgis
environment:
POSTGRES_USER: postgres
POSTGRES_DB: circle_test
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit 4313d8b

Please sign in to comment.