From 22907dc7c5d5679af8bf6bfcd334d6ad019349b8 Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Fri, 7 Feb 2020 20:43:17 -0800 Subject: [PATCH] config psql in circleci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b08ed1e..5f3b154 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: steps: - checkout # - run: sudo apt-get install postgresql-client-11.4 - - run: pg_ctl -D /var/lib/postgresql/data -l logfile start + # - run: pg_ctl -D /var/lib/postgresql/data -l logfile start - run: psql CREATE DATABASE circle_test # Download and cache dependencies