Skip to content

ci(plc-modbus): run unit tests on PRs (#205) - #206

Merged
Mikecranesync merged 1 commit into
mainfrom
ci/plc-modbus-tests
Aug 2, 2026
Merged

ci(plc-modbus): run unit tests on PRs (#205)#206
Mikecranesync merged 1 commit into
mainfrom
ci/plc-modbus-tests

Conversation

@Mikecranesync

Copy link
Copy Markdown
Owner

Fixes #205.

PRs touching services/plc-modbus currently surface only the brain-ingest check, so the pytest evidence for PRs like #197/#198 has to be pasted into comments. This adds a minimal workflow that runs pytest tests/unit -q (Python 3.11, pip install -e ".[dev,backend]") on any PR touching the service or the workflow itself.

No production config, no deploy surface — CI only.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Dgej4vU7mMnYTmU6QXsH3n

Fixes #205: PRs touching services/plc-modbus previously surfaced only
the brain-ingest check, so the pytest evidence for PRs like #197/#198
lived in comments instead of CI. This runs the unit suite (188 tests on
the #198 branch) on every PR that touches the service or this workflow.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Dgej4vU7mMnYTmU6QXsH3n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[P2] add PR CI for services/plc-modbus unit tests

1 participant