Skip to content

Conversation

@skyeyeye
Copy link
Contributor

@skyeyeye skyeyeye commented Feb 4, 2026

Summary

This PR fixes a CI failure caused by running npm run test in the
@expressjs/v5-migration-recipe workspace.

The workspace does not define a test script in its package.json, which
results in a lifecycle error and causes the GitHub Actions workflow to fail.

Changes

  • Updated the workflow to avoid running npm run test for the
    v5-migration-recipe workspace (which currently has no tests defined).

Reason

Since the workspace does not include a test script, invoking it breaks CI
unnecessarily. This change aligns the workflow with the actual workspace
configuration and prevents false failures.

Result

CI no longer fails due to a missing test script.

Signed-off-by: Ayush Saha <ayushsaha.work@gmail.com>
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