From d11b02c1ede3c566d01787ba903926e55a1c1ecb Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Mon, 2 Nov 2020 20:18:49 +0100 Subject: [PATCH] fix --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 064d734..52448e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,8 +29,7 @@ jobs: - restore_cache: keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - - run: - yarn global add node-gyp && yarn install && yarn test:ci + - run: yarn global add node-gyp && yarn install && yarn test:ci # e2e_test: # docker: @@ -39,7 +38,7 @@ jobs: # steps: # - checkout # - run: - # command: yarn + # command: yarn workflows: version: 2