Skip to content

Add a CI workflow to run the smoke tests on push/PR #3

Description

@williamzujkowski

Problem

The repo has no .github/workflows. Per the README, tests are only exercised weekly by the upstream ecosystem-smoke.yml in nexus-agents. There is no signal on a push or PR to this repo, so a schema/typecheck break can land on main unnoticed for up to a week.

Suggested fix

Add a minimal GitHub Actions workflow (Node >=22 per engines) that runs npm ci, npm run typecheck, and npm test on push and pull_request. This complements the upstream weekly run with per-change feedback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions