Browse Source

💚 Add working dir for e2e tests

pull/1/head
anthony 5 years ago
parent
commit
5848a8f877
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -2,6 +2,8 @@ globals:
images: images:
node: &node cimg/node:lts node: &node cimg/node:lts
postgres: &postgres circleci/postgres:9.6.5 postgres: &postgres circleci/postgres:9.6.5
caches:
@ -32,6 +34,7 @@ jobs:
- run: yarn test - run: yarn test
test-e2e: test-e2e:
<<: *shared-config
docker: docker:
- image: *node - image: *node
- image: *postgres - image: *postgres

Loading…
Cancel
Save