Skip to content

Commit 8e8bd59

Browse files
committed
Add PYTHONPATH to tests
1 parent 6c26f23 commit 8e8bd59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
- name: Run tests
3030
env:
3131
DJANGO_SETTINGS_MODULE: tests.settings
32+
PYTHONPATH: /home/runner/work/django-vouch-proxy-auth/django-vouch-proxy-auth
3233
run: |
3334
django-admin.py test

0 commit comments

Comments
 (0)