From 7481178abd01ed4243e61e429a31344dff4c0e11 Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Sat, 8 Feb 2020 17:26:10 -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 821a8b3..e3cf61c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: - run: npm install - run: npm run bootstrap - - run: sudo apt install postgresql-client + - run: sudo apt install postgresql-client --fix-missing - run: | psql \ -d $TEST_DATABASE_URL \