Skip to content

Commit

Permalink
Shorten test run
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Apr 8, 2024
1 parent 7c593ed commit 46a5d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46a5d24

Please sign in to comment.