Skip to content

Commit

Permalink
EGCETSII#43-fix: use decide settings for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JSnow11 committed Jan 9, 2022
1 parent 569210f commit 8387186
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 @@ -53,7 +53,7 @@ jobs:
- name: Test administration module
run: |
cd decide
coverage run --branch --source=./administration/ ./manage.py test administration --keepdb -v 2
coverage run --branch --source=./administration/ ./manage.py test administration --settings=decide.settings --keepdb -v 2
coverage xml
- name: Codacy Coverage Reporter
uses: codacy/codacy-coverage-reporter-action@v1.1.0
Expand Down

0 comments on commit 8387186

Please sign in to comment.