Skip to content

Commit

Permalink
Logging pytest stdout to file
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara committed Jun 25, 2024
1 parent da98a0d commit df04dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: poetry install --no-interaction --no-ansi

- name: Run pytest
run: make test
run: make test | tee pytest-coverage.txt && exit ${PIPESTATUS[0]}

- name: Pytest coverage comment
if: matrix.python-version == '3.11'
Expand Down

0 comments on commit df04dea

Please sign in to comment.