Skip to content

Commit

Permalink
Switch all test to pytest from django default test package
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Feb 7, 2024
1 parent e5e468a commit 69e6a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python -m poetry install
- name: Set django settings path
run: $env:DJANGO_SETTINGS_MODULE="config.settings"
run: export DJANGO_SETTINGS_MODULE="config.settings"

- name: Run tests
run: poetry run pytest .
Expand Down

0 comments on commit 69e6a87

Please sign in to comment.