Browse Source

try with db in build

main
Galimede 6 years ago
parent
commit
5052e91221
  1. 11
      .circleci/config.yml

11
.circleci/config.yml

@ -3,6 +3,12 @@ jobs:
build:
docker:
- image: cimg/node:14.10.1
- image: circleci/postgres:latest
environment:
POSTGRES_USER: e2e
POSTGRES_DB: psdb
POSTGRES_PASSWORD: password
steps:
- checkout
- restore_cache:
@ -31,11 +37,6 @@ jobs:
test_e2e:
docker:
- image: cimg/node:14.10.1
- image: circleci/postgres:latest
environment:
POSTGRES_USER: e2e
POSTGRES_DB: psdb
POSTGRES_PASSWORD: password
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save