diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f3b154..9ddd3ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: - checkout # - run: sudo apt-get install postgresql-client-11.4 # - run: pg_ctl -D /var/lib/postgresql/data -l logfile start - - run: psql CREATE DATABASE circle_test + # - run: psql CREATE DATABASE circle_test # Download and cache dependencies - restore_cache: