From 28552ce0d67776bb1dc87aacc4d0bc4e68d2117a Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sun, 1 Dec 2019 22:11:18 +0100 Subject: [PATCH] text(ci): fix unnecessary commands --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f2717f2..91973f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,8 +38,6 @@ jobs: - run: cd packages/vue-apollo-option && yarn test:types - run: cd packages/vue-apollo-option && yarn test:unit - run: cd packages/vue-apollo-components && yarn test:eslint - - run: cd packages/vue-apollo-components && yarn test:types - - run: cd packages/vue-apollo-components && yarn test:unit - run: cd packages/test-e2e && yarn test:e2e - run: cd packages/test-e2e-composition && yarn test:e2e - run: cd packages/test-ssr && yarn test:e2e