Skip to content

Commit

Permalink
ci(circle): use tmpfs postgres image [ch2769]
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Oct 23, 2020
1 parent 68fa413 commit d3d505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
PG_CONNECTION_STRING: postgres://postgres:postgres@localhost:5432/circle_test
TIMEOUT: 15000
# use postgres 9.6
- image: circleci/postgres:9.6-alpine-postgis
- image: circleci/postgres:9.6-alpine-postgis-ram
environment:
POSTGRES_USER: postgres
POSTGRES_DB: circle_test
Expand Down

0 comments on commit d3d505f

Please sign in to comment.