mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
github actions add PYTHONPATH
This commit is contained in:
parent
eba927b7e2
commit
10986d7be9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -44,6 +44,7 @@ jobs:
|
|||
run: |
|
||||
echo "$(python --version) / Django $(django-admin --version)"
|
||||
export DJANGO_SETTINGS_MODULE=tests.settings
|
||||
export PYTHONPATH=.
|
||||
coverage run --source=avatar `which django-admin` test tests
|
||||
coverage report
|
||||
coverage xml
|
||||
|
|
|
|||
Loading…
Reference in a new issue