From 8553cbb8c844c595cf8f5de75dbc704157386680 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 18:53:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20db=20connection=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 948ae67..c29ac67 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,9 +42,7 @@ jobs: # A basic unit of work in a run key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }} paths: - "venv" - - run: - command: | - pipenv run python autoapp.py test + - store_test_results: # Upload test results for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/ path: test-results - store_artifacts: # Upload test summary for display in Artifacts: https://circleci.com/docs/2.0/artifacts/