Bouni / python-luxtronik

python-luxtronik is a library that allow you to interact with a Luxtronik heatpump controller.
MIT License
37 stars 20 forks source link

pytest errors are being ignored #104

Closed kbabioch closed 1 year ago

kbabioch commented 1 year ago

Errors reported by pytest as part of the GitHub action are currently being ignored, see: https://github.com/Bouni/python-luxtronik/actions/runs/4854647237/jobs/8652268562

The root cause is the pipe into tee, which suppresses the error. This could be addressed with set -o pipefail.