From 46a5d24d1156ec12b86e184409b0e465f87b7839 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Mon, 8 Apr 2024 13:05:37 -0400 Subject: [PATCH] Shorten test run --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57793686cc..132ea733f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -213,7 +213,7 @@ jobs: - name: Run unit tests if: needs.changed-files.outputs.run_tests == 'true' id: unit_tests_run - run: pipenv run coverage run ./koku/manage.py test --noinput --verbosity 2 ./koku/ + run: pipenv run coverage run ./koku/manage.py test --noinput --verbosity 2 ./koku/common env: DATABASE_SERVICE_NAME: POSTGRES_SQL DATABASE_ENGINE: postgresql