Browse Source

Update config.yml

main
Francois Lannoy 6 years ago
parent
commit
7cfdcfd2a9
  1. 9
      .circleci/config.yml

9
.circleci/config.yml

@ -50,11 +50,12 @@ jobs:
e2e: e2e:
docker: docker:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
- image: circleci/postgres:alpine - image: circleci/postgres:alpine
environment:
POSTGRES_USER: circleci-demo-go
POSTGRES_DB: circle_test
POSTGRES_PASSWORD: toto
environment:
POSTGRES_USER: circleci-demo-go
POSTGRES_DB: circle_test
POSTGRES_PASSWORD: toto
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

Loading…
Cancel
Save