From addf2649cb26351f4b167d034b11e86744750a3a Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 3 Dec 2020 11:17:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20update=20reference=20to=20autoap?= =?UTF-8?q?p.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc732fe..189d176 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,7 @@ jobs: # A basic unit of work in a run - "venv" - run: command: | - pipenv run python manage.py test + 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/