Skip to content

ci: add GitHub Actions workflow to run tests on PRs #8

Description

@tanmayjoddar

Why

Running npm test automatically on pull requests increases trust and helps new contributors.

Where

  • Add .github/workflows/ci.yml

Acceptance Criteria

  • Workflow runs on push and pull_request
  • Uses Node LTS (e.g. node-version: 20)
  • Runs npm ci then npm test
  • Fails the PR if tests fail

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    dxDeveloper experiencegood first issueGood for first-time contributorsgssocGSSoC

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions