Browse Source

suppression dans db

pull/9/head
LecomteAdrien 6 years ago
parent
commit
98ada5b6e8
  1. 10
      .circleci/config.yml

10
.circleci/config.yml

@ -64,15 +64,13 @@ jobs:
environment:
POSTGRES_USER: psqluer
POSTGRES_DB: psdb
POSTGRES_PASSWORD: test
steps:
- checkout
- restore_cache:
key: yarn-packages-v3{{ checksum "yarn.lock" }}
- run:
name: Waiting for POSTGRES
command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run:
name: Launching e2e test
command: yarn test:e2e
- save_cache:
key: yarn-packages-v3{{ checksum "yarn.lock" }}
paths:
- ./node_modules
Loading…
Cancel
Save