From ee12165b2ea4eeea6d068a82a775cc1f53523bba Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:35:40 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 880bcfe..262f4ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,4 +47,4 @@ jobs: - checkout - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - - run: yarn test:ci \ No newline at end of file + - run: yarn test \ No newline at end of file