ci: run pytest skills/ in GitHub Actions alongside pytest tests/#168
Merged
rosspeili merged 1 commit intoJun 13, 2026
Merged
Conversation
Add bundle test step after lint; sync TESTING, CONTRIBUTING, agent workflow, and PR template with two-step CI model. Fixes ARPAHLS#159 Closes ARPAHLS#90
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.
Adds
pytest skills/to GitHub Actions after lint, before the existingpytest tests/step. Bundle tests now run in CI on every PR — same install line (pip install -e ".[dev,all]"), same dummy env keys, no per-skill workflow paths.Docs synced:
TESTING.md,CONTRIBUTING.md,ai_native_workflow.md, PR template.Fixes #159
Closes #90
Description
Closes the gap where bundle tests shipped in the wheel but only ran locally. CI now matches the two-step model from RFC #156:
pytest skills/thenpytest tests/.Type of Change
Checklist (all PRs)
python -m flake8 .,pytest skills/, andpytest tests/locally.CHANGELOG.mdupdated under[Unreleased].examples/README.md— N/A.New or updated skill
N/A — CI and docs only.
Constitution & Safety
N/A.
Related Issues
Fixes #159
Closes #90