Browse Source

fix identation

main
Galimede 6 years ago
parent
commit
48b3cb881a
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -30,11 +30,11 @@ jobs:
- run : yarn test:ci - run : yarn test:ci
test_e2e: test_e2e:
docker: docker:
- image: cimg/node:14.10.1
- image: circleci/postgres - image: circleci/postgres
environment: environment:
POSTGRES_USER: e2e POSTGRES_USER: e2e
POSTGRES_DB: psdb POSTGRES_DB: psdb
- image: cimg/node:14.10.1
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

Loading…
Cancel
Save