Skip to content

Add CI workflow for automated testing#17

Merged
mass2527 merged 8 commits intomainfrom
claude/add-ci-test-script-Yie1w
Mar 5, 2026
Merged

Add CI workflow for automated testing#17
mass2527 merged 8 commits intomainfrom
claude/add-ci-test-script-Yie1w

Conversation

@mass2527
Copy link
Copy Markdown
Owner

@mass2527 mass2527 commented Mar 5, 2026

Summary

This PR adds a GitHub Actions CI workflow to automatically run tests on pull requests to main.

Key Changes

  • Added .github/workflows/ci.yml workflow file that:
    • Triggers on pull requests targeting main
    • Sets up Node.js environment using the version specified in .nvmrc
    • Installs dependencies using pnpm with a frozen lockfile
    • Runs the test suite via pnpm run test

https://claude.ai/code/session_011shPJmvaSdYQZzkZo69PgG

@mass2527 mass2527 merged commit 2bb24c9 into main Mar 5, 2026
2 checks passed
@mass2527 mass2527 deleted the claude/add-ci-test-script-Yie1w branch March 5, 2026 13:44
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.

2 participants