From 6505461c7ae2e66ca9048062099878ce211dfa8e Mon Sep 17 00:00:00 2001 From: Adrien-Ba <45963338+Adrien-Ba@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:36:11 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30f4ce4..89ebf26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} paths: - node_modules - yarntestci: + yarntest: docker: - image: cimg/node:lts auth: @@ -55,8 +55,8 @@ jobs: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - npm-v1-dependencies - run: - name: "yarn test:ci" - command: yarn test:ci + name: "yarn test" + command: yarn test - save_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} paths: @@ -70,7 +70,7 @@ workflows: - yarnlint: requires: - build - - yarntestci: + - yarntest: requires: - build - yarnlint \ No newline at end of file