Commit 1fa3337
ci: add a PR test workflow, and the sizing skill wrapper it needs to be green
PyAutoBrain PRs carried zero check runs: docs.yml is path-filtered to
docs/**, nightly-release.yml is a cron scheduler, so ~190 tests ran in no
CI at all and a PR's only gate was whatever the authoring session ran
locally.
Add tests.yml, modelled on PyAutoHeart's heart-tests.yml (push to main +
pull_request, cancel-in-progress off main only, python 3.12/3.13, pytest
only — no agent runs, no network). It checks out PyAutoMind alongside
PyAutoBrain because a lone-repo checkout cannot even COLLECT the suite:
_sizing.py reads PyAutoMind/repos.yaml at import time and is strict, so
test_policy_seams and test_sizing_paths error out first. Both repos are
public, so the default GITHUB_TOKEN suffices.
Ship the missing skills/sizing/ wrapper in the same PR: sizing is listed
as a directly-runnable faculty in `pyauto-brain help` and has its own
sizing.sh, but never got the SKILL.md its four sibling faculties carry
(wired into help by #141), leaving test_skill_install red on main.
Merging the workflow without it would ship a knowingly-failing gate.
Verified in the two-repo layout the workflow builds: 193 passed.
Closes #194
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent a1e7098 commit 1fa3337
3 files changed
Lines changed: 79 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments