Skip to content

Commit

Permalink
Changed pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Mar 13, 2024
1 parent ad7facf commit 36349df
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 @@ -53,7 +53,7 @@ jobs:
python -m poetry install
- name: Run tests
run: poetry run pytest
run: poetry run pytest -s

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

0 comments on commit 36349df

Please sign in to comment.