Skip to content

Commit

Permalink
Fail when tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidz committed Feb 4, 2025
1 parent 11cdfc6 commit b59d44c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: |
cd marqo
export PYTHONPATH="./src"
set -o pipefail
pytest --durations=100 --cov=src --cov-branch --cov-context=test \
--cov-report=html:cov_html --cov-report=xml:cov.xml --cov-report term:skip-covered \
--md-report --md-report-flavor gfm --md-report-output pytest_result_summary.md \
Expand Down

0 comments on commit b59d44c

Please sign in to comment.