Skip to content

Commit

Permalink
EGCETSII#43-fix: add noinput
Browse files Browse the repository at this point in the history
  • Loading branch information
JSnow11 committed Jan 9, 2022
1 parent faa2258 commit 713e98d
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 @@ -55,7 +55,7 @@ jobs:
- name: Test administration module
run: |
cd decide
coverage run --branch --source=./administration/ ./manage.py test administration --settings=decide.settings -v 2
coverage run --branch --source=./administration/ ./manage.py test administration --noinput -v 2
coverage xml
- name: Codacy Coverage Reporter
uses: codacy/[email protected]
Expand Down

0 comments on commit 713e98d

Please sign in to comment.