Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benthuffine committed Aug 25, 2023
1 parent c6cea89 commit dbcf5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
DB_SETTINGS: >-
{
"ENGINE":"django.db.backends.postgresql",
"NAME":"issue",
"NAME":"dynamic_db_router",
"USER":"postgres",
"PASSWORD":"postgres",
"HOST":"localhost",
"PORT":"5432"
}
run: |
coverage run manage.py test issue
coverage run manage.py test dynamic_db_router
coverage report --fail-under=90
- name: Check style
run: flake8 issue

0 comments on commit dbcf5aa

Please sign in to comment.