Skip to content

Commit

Permalink
Updated path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Feb 8, 2024
1 parent 34c00bc commit d08cc8f
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: Run tests
run: poetry run pytest .
run: poetry run pytest

- name: Run tests with pytest
run: poetry run pytest --cov=./ --cov-report=xml
Expand Down

0 comments on commit d08cc8f

Please sign in to comment.