Tristan 6 years ago
parent
commit
5bbe295a0f
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -1,6 +1,7 @@
version: 2.1 version: 2.1
jobs: jobs:
build: build:
database1:
docker: docker:
- image: 'circleci/node12' - image: 'circleci/node12'
environnement: environnement:
@ -14,6 +15,7 @@ jobs:
POSTGRES_USER: psqluer POSTGRES_USER: psqluer
POSTGRES_PASSWORD: psqlpassword POSTGRES_PASSWORD: psqlpassword
POSTGRES_DB: psdb POSTGRES_DB: psdb
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -26,5 +28,4 @@ jobs:
- save_cache: - save_cache:
key: yarn-packages-{{ checksum "yarn.lcok" }} key: yarn-packages-{{ checksum "yarn.lcok" }}
paths: paths:
- ./node_modules
- ./node_modules
Loading…
Cancel
Save