From 708ce8d1ffff8d953acb3fe5ea84bfad6dd56876 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 26 Nov 2019 15:40:54 +0100 Subject: [PATCH] test(ci): fix e2e tests --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 947e9f0..0327f82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,8 +37,8 @@ jobs: - run: cd packages/vue-apollo && yarn test:eslint - run: cd packages/vue-apollo && yarn test:types - run: cd packages/vue-apollo && yarn test:unit - - run: cd packages/test-e2e yarn test:e2e - - run: cd packages/test-ssr yarn test:e2e + - run: cd packages/test-e2e && yarn test:e2e + - run: cd packages/test-ssr && yarn test:e2e - store_artifacts: path: packages/test-e2e/tests/e2e/videos