Skip to content

ci: run the test suite on pushes and pull requests - #3

Merged
ShambhaviCode merged 1 commit into
mainfrom
ci/run-tests
Sep 26, 2026
Merged

ShambhaviCode merged 1 commit into
mainfrom
ci/run-tests

Conversation

@ShambhaviCode

Copy link
Copy Markdown
Owner

Summary

Nothing runs the test suite automatically today. This adds a GitHub Actions workflow, .github/workflows/test.yml:

  • Triggers: pushes to main and every pull request.
  • Runs: node --test on Node 22, 24 and 26 (the supported LTS lines plus current), on ubuntu-latest.
  • Setup: none. The suite uses only Node's built-in test runner.
  • Permissions: read-only (contents: read).

A status badge links from the README to the workflow runs.

Notes

  • If the repository has no test files yet, node --test reports 0 tests and exits 0. Checked locally.
  • This branch merges cleanly with every open PR in this repository.

🤖 Generated with Claude Code

@vercel

vercel Bot commented Sep 26, 2026 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
resq-ai Ready Ready Preview Sep 26, 2026 6:05am UTC

Add a GitHub Actions workflow that runs `node --test` on Node 22, 24
and 26 (no dependencies to install), plus a status badge in the README.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@ShambhaviCode
ShambhaviCode merged commit 10763e4 into main Sep 26, 2026
5 checks passed
@ShambhaviCode
ShambhaviCode deleted the ci/run-tests branch September 26, 2026 06:43

This branch was successfully deployed

1 active deployment
Preview — 1dfb2c65 Deployed Sep 26, 2026 by vercel[bot]
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