From c0f1b1ac82088b545c830f2e52456ed8a7a2c05c Mon Sep 17 00:00:00 2001 From: ndrg13 <72130242+ndrg13@users.noreply.github.com> Date: Thu, 5 Nov 2020 18:28:13 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 009e2a3..b1d932c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,9 +42,6 @@ jobs: - restore_cache: name: Restore yarn package cache key: npm-v7-dependencies-{{ checksum "yarn.lock" }} - - run: - name: Start PostgreSQL database - command: - run: name: Run test with jest command: yarn test:ci