ci: add GitHub Actions test workflow#54
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds a GitHub Actions workflow to run ChangesCI and parser test updates
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
JRM-FusionAL
left a comment
There was a problem hiding this comment.
Probably shouldn't have the marriage that with those issues and failing tests
Adds CI workflow that runs tests on every push and PR.
What
Adds GitHub Actions CI to run parser tests on pushes and pull requests.
Changes
.github/workflows/ci.yml: Adds a CI workflow with Python 3.12 setup, dependency installation, and a test job.test_logic.py: Allows no-tool parser results to be eitherNoneor{}.Dependencies
christopher_requirements.txt.Testing
Run:
The workflow also runs automatically on pushes, pull requests, or manual dispatch.
Contributors