Browse Source

change psql version

main step4
Galimede 6 years ago
parent
commit
315c94d0dd
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -14,7 +14,7 @@ jobs:
- ./node_modules
check_format:
docker:
- image: circleci
- image: cimg/node:12.18
steps:
- checkout
- restore_cache:
@ -37,7 +37,7 @@ jobs:
API_HOST: localhost
API_PROTOCOL: http
JWT_SECRET: youwontguess
- image: circleci/postgres
- image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_USER: e2e
POSTGRES_DB: psdb

Loading…
Cancel
Save