Skip to content

Simplify affected package checks#1326

Open
cristianrgreco wants to merge 2 commits into
mainfrom
codex/simplify-affected-checks
Open

Simplify affected package checks#1326
cristianrgreco wants to merge 2 commits into
mainfrom
codex/simplify-affected-checks

Conversation

@cristianrgreco
Copy link
Copy Markdown
Collaborator

Summary

  • Replace the Bash changed-module detector with a small Node script that emits the affected package matrix.
  • Simplify the checks workflow to use native git diff for changed files and run package checks only for affected packages.
  • Preserve the existing workspace-specific node_modules cache behavior while simplifying the cache action usage.
  • Remove unused Windows test dispatch/test workflows and unused Colima, Docker rootless, and Rancher Desktop CI setup actions.
  • Include .github/**/*.mjs in the repo format and lint scripts so the detector stays covered by normal maintenance checks.

Verification

Commands run:

  • npm ci
  • npm run format
  • npm run lint
  • node --check .github/scripts/changed-modules.mjs
  • git diff --check

Additional checks:

  • Parsed edited workflow/action YAML with Ruby YAML.load_file.
  • Exercised the changed-module detector for module-only, core/all-packages, and docs-only changes.

Test Results Summary

Formatting and linting passed. The detector produced the expected package matrix for the checked scenarios. No package test suite was run because this change only touches GitHub Actions workflow wiring and helper scripts.

Semver Impact

Patch. This is a CI-only maintenance change and does not alter the published package API or runtime behavior, so it is not breaking.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 15, 2026

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit f2c6eec
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/6a074179b1d6f0000823a3f4
😎 Deploy Preview https://deploy-preview-1326--testcontainers-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@cristianrgreco cristianrgreco added maintenance Improvements that do not change functionality patch Backward compatible bug fix labels May 15, 2026 — with ChatGPT Codex Connector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Improvements that do not change functionality patch Backward compatible bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant