Skip to content

Commit

Permalink
[DOP-11711] Run tests in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Feb 27, 2024
1 parent fd778ce commit 502d7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
source .env.github
printenv
mkdir -p reports/
poetry run coverage run -m pytest
poetry run coverage run -m pytest -vvvvv -s --ff -x
- name: Shutdown Backend Container
if: always()
Expand Down

0 comments on commit 502d7c5

Please sign in to comment.