✨feat: Add and update GitHub workflow for automated testing - #3865
Merged
Conversation
DongJiBao2001
requested review from
Dallas98,
WMC001 and
jeffwu-1999
as code owners
September 7, 2026 02:24
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The new workflow can run against a stale local checkout (not the triggering commit) and has a couple of operational/maintainability issues that should be addressed before relying on it.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR adds a new GitHub Actions workflow intended to run a daily “full test” suite on a self-hosted runner, and updates .gitignore to exclude an agent-related local directory.
Changes:
- Added a scheduled + manual GitHub Actions workflow to run a local daily test suite on a self-hosted runner.
- Added
.agents/to.gitignore.
File summaries
| File | Description |
|---|---|
.gitignore |
Ignores .agents/ directory to avoid committing local agent artifacts/config. |
.github/workflows/nexent-daily-full-test.yml |
Introduces a self-hosted daily/full test workflow that validates a local environment and runs a local test-suite script on a schedule. |
Review details
- Files reviewed: 2/3 changed files
- Comments generated: 4
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
WMC001
approved these changes
Sep 7, 2026
WMC001
approved these changes
Sep 7, 2026
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.
add auto test workflow
