Skip to content

✨feat: Add and update GitHub workflow for automated testing - #3865

Merged
WMC001 merged 2 commits into
developfrom
djb/test-add-autotest
Sep 7, 2026
Merged

✨feat: Add and update GitHub workflow for automated testing#3865
WMC001 merged 2 commits into
developfrom
djb/test-add-autotest

Conversation

@DongJiBao2001

Copy link
Copy Markdown
Contributor

add auto test workflow
image

Copilot AI lite review requested due to automatic review settings September 7, 2026 02:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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.

Comment thread .github/workflows/nexent-daily-full-test.yml
Comment thread .github/workflows/nexent-daily-full-test.yml
Comment thread .github/workflows/nexent-daily-full-test.yml
Comment thread .github/workflows/nexent-daily-full-test.yml
@codecov

codecov Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@WMC001
WMC001 merged commit fdac3fd into develop Sep 7, 2026
20 checks passed
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.

3 participants