Skip to content

Commit

Permalink
Set django enviroment path
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Feb 8, 2024
1 parent 2b3031b commit 6b002f7
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 @@ -46,7 +46,7 @@ jobs:
- name: Set django settings path
run: |
echo "DJANGO_SETTINGS_MODULE=config.settings" >> $env:GITHUB_ENV
set "DJANGO_SETTINGS_MODULE=config.settings"
- name: Run tests
run: poetry run pytest .
Expand Down

0 comments on commit 6b002f7

Please sign in to comment.