From 37488e1dad7c1178891b87c6e990ee020048c1d5 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Mon, 2 Nov 2020 12:00:53 +0100 Subject: [PATCH] step 4 just test e2e --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c7d6730..31a4dce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,11 +24,7 @@ jobs: - checkout - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - - run: yarn global add node-gyp - - run: yarn install - - run: yarn lint - - run: yarn format:check - - run: yarn test:ci + - run: yarn test:e2e - save_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }}