Skip to content

Add CI workflow running existing jest suite#2

Merged
kryp2 merged 1 commit into
masterfrom
agent/add-ci
Jun 1, 2026
Merged

Add CI workflow running existing jest suite#2
kryp2 merged 1 commit into
masterfrom
agent/add-ci

Conversation

@kryp2

@kryp2 kryp2 commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Adds a minimal GitHub Actions CI workflow that runs the existing test suite.

  • Triggers on push and pull_request
  • Matrix across Node 20 and 22
  • Steps: actions/checkout@v4, actions/setup-node@v4, npm ci, npm run build, npm test

Verified locally: npm ci && npm run build && npm test passed (30/30 tests, exit 0).

🤖 Generated with Claude Code

Runs npm ci, npm run build, and npm test across a Node 20/22 matrix
on push and pull_request.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@kryp2 kryp2 marked this pull request as ready for review June 1, 2026 08:32
@kryp2 kryp2 merged commit f1d4aa4 into master Jun 1, 2026
4 checks passed
@kryp2 kryp2 deleted the agent/add-ci branch June 1, 2026 08:32
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