Skip to content

ci: add on-demand Windows comparison test probe workflow - #1705

Merged
johnnyreilly merged 1 commit into
mainfrom
add-windows-test-probe
Jul 29, 2026
Merged

ci: add on-demand Windows comparison test probe workflow#1705
johnnyreilly merged 1 commit into
mainfrom
add-windows-test-probe

Conversation

@johnnyreilly

@johnnyreilly johnnyreilly commented Jul 29, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds windows-test-probe.yml, a workflow_dispatch-only job that runs just the Windows comparison tests (optionally scoped to one test via single_test, or a name pattern via match_test).
  • Doesn't run on push/PR, so it adds no cost/noise to normal CI - purely for on-demand, fast iteration on Windows-only failures (a single test comes back in a couple of minutes instead of running the full push.yml matrix).
  • related to Support TypeScript 7.1 API #1704 - it's getting tedious copying and pasting windows results

Test plan

  • YAML structure validated locally (parsed with js-yaml)
  • After merge, dispatch against a branch with single_test set and confirm it runs and reports results

Lets a single comparison test (or name pattern) run on windows-latest via
workflow_dispatch, without triggering the full push.yml matrix - useful for
quickly iterating on Windows-only failures.
@johnnyreilly
johnnyreilly merged commit 4d63185 into main Jul 29, 2026
126 checks passed
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