From 8e3d4cf07bfc2dd37da750f20d914a7005e96f7f Mon Sep 17 00:00:00 2001 From: zelleg Date: Sat, 15 Jan 2022 16:15:30 +0100 Subject: [PATCH] =?UTF-8?q?correct=20config=20file=20=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c91d728..fd045d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: - node_modules key: dependencies-{{ checksum "package.json" }}-v1 - yarn-unit-test: + yarn-unit-test: <<: *shared-config steps: - checkout