From 9a82146c738b52f3659503c64017a3136ec00a9d Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Wed, 13 Oct 2021 19:34:21 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e8a7256..3a75511 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,8 +17,6 @@ jobs: steps: - checkout # check out the code in the project directory - run: yarn install - - run: sudo apt-get update - - run: sudo apt-get install postgresql-client-9.6 - save_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} paths: