Browse Source

fix identation

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

8
.circleci/config.yml

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

Loading…
Cancel
Save