Feature S0A 3 - #4
Merged
Merged
Conversation
…spatch Split the combined tests.yml into two GitHub-hosted (ubuntu-latest) workflows intended as the required merge gate, and demote the Windows unit tier so a runner-scarce non-hosted check can't block merges. - lint.yml (hosted): black --check + flake8 on push/PR to master/develop. - unit-tests-hosted.yml (hosted): installs Qt runtime libs and `pip install -e ".[dev,gui]"` (base install stays wheel-only; the hardware stack is mocked), runs the unit suite with QT_QPA_PLATFORM=offscreen so the Stage 5 GUI tests run headlessly. - run-unittests-windows.yml: the former Windows job, now workflow_dispatch only (triggers commented, file kept). Branch protection should list only the hosted checks (Lint + Unit Tests (hosted)) as required and drop any Windows/self-hosted check. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- CLAUDE.md / docs/quickstart.md: update the CI description to the new hosted Lint + Unit Tests (hosted) merge gate and the workflow_dispatch-only Windows tier (both still pointed at the deleted tests.yml). - run-unittests-windows.yml: install ".[dev,gui]" and set QT_QPA_PLATFORM=offscreen so a manual dispatch actually runs the Stage 5 GUI tests that `unittest discover` collects, matching the hosted job (previously installed ".[dev]" with no PyQt6, silently skipping them). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.