From 66dc3484d36b04b7ab3c035954b647cd8c44ed07 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Fri, 17 Jan 2020 17:39:29 +0100 Subject: [PATCH] Remove unnecessary test setup --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d273a5b0b3..9e0f0f807d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,15 +9,6 @@ unit_tests: &unit_tests name: Run unit tests. command: npm run ci:test -unit_tests_12: &unit_tests_12 - steps: - - checkout - - restore_cache: - key: dependency-cache-{{ checksum "package-lock.json" }} - - run: - name: Run unit tests. - command: npm run ci:test_12 - jobs: analysis: docker: