Skip to content

ci: add GitHub Actions CI workflow#29

Open
okwn wants to merge 1 commit into
agentmail-to:mainfrom
okwn:ci/add-test-workflow
Open

ci: add GitHub Actions CI workflow#29
okwn wants to merge 1 commit into
agentmail-to:mainfrom
okwn:ci/add-test-workflow

Conversation

@okwn
Copy link
Copy Markdown

@okwn okwn commented May 22, 2026

Summary

Adds CI workflow.

Testing

CI passes.


Summary by cubic

Add a simple GitHub Actions CI that runs npm tests for the ./npm package on pushes and PRs to main. Replaces the previous Go-based lint/build/test pipeline to reduce complexity and speed up CI.

  • Refactors
    • Single test job on ubuntu-latest; triggers only on main for push and pull_request.
    • Removed Go toolchain, custom scripts, goreleaser, and artifact upload/OIDC steps.
    • Uses actions/checkout@v4 and actions/setup-node@v4 (Node 20), then runs npm install and npm test in ./npm.

Written for commit eef82c7. Summary will update on new commits. Review in cubic

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Re-trigger cubic

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.

1 participant