Skip to content

Commit

Permalink
EGCETSII#43-fix: change test settings to local_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JSnow11 committed Jan 9, 2022
1 parent 90105fe commit db17606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Test administration module
run: |
cd decide
coverage run --branch --source=./administration/ ./manage.py test --settings=decide.test_settings administration --keepdb --verbosity=2
coverage run --branch --source=./administration/ ./manage.py test --settings=local_settings administration --keepdb --verbosity=2
coverage xml
- name: Codacy Coverage Reporter
uses: codacy/[email protected]
Expand Down

0 comments on commit db17606

Please sign in to comment.