From 320aa627c51985168d2c40fdc9d0cbb0171a1898 Mon Sep 17 00:00:00 2001 From: pierre darcas Date: Tue, 3 Nov 2020 15:35:12 +0100 Subject: [PATCH] workflow include database2 --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 93185db..a2776c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,7 +47,6 @@ jobs: - checkout # check out the code in the project directory - restore_cache: key: yarn-v1-packages-{{ checksum "yarn.lock" }} - - run: yarn test:ci - save_cache: key: yarn-v1-packages-{{ checksum "yarn.lock" }} paths: