Skip to content

Commit

Permalink
updated tests with env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
krugergui committed Oct 30, 2023
1 parent d2d7e9f commit b0082e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/req_lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:

- name: Test with pytest
run: |
cd ./tests/
pytest
env:
DJANGO_SETTINGS_MODULE: shift_3_womenpp.settings
PYTHONPATH: /src/backend/.
pythonpath: "../src/backend/"
File renamed without changes.

0 comments on commit b0082e6

Please sign in to comment.