You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What it does: Adds set -o pipefail to .github/workflows/pytest.yaml so the CI job actually fails when pytest fails inside a piped command (currently only the last command's exit code counts). PR body notes mobile_v15 already has this behavior — version-15 was missing it.
PR Against the version-15 branch
PR: #339 — fix: ensure CI fails when pytest fails by adding pipefail
What it does: Adds
set -o pipefailto.github/workflows/pytest.yamlso the CI job actually fails whenpytestfails inside a piped command (currently only the last command's exit code counts). PR body notesmobile_v15already has this behavior —version-15was missing it.