Closed
Description
When pull requests are opened/updated in this repo the following workflows are automatically run:
- https://github.com/nodejs/node/blob/6557c1c9b1206a85bb7d8e7450e8c3a4cff7c84b/.github/workflows/test-linux.yml
- https://github.com/nodejs/node/blob/6557c1c9b1206a85bb7d8e7450e8c3a4cff7c84b/.github/workflows/test-macos.yml
But there isn't a corresponding Windows workflow. This is causing a bit of headache for at least me in PR #48740. I don't have a Windows system to test on, but the PR needs to pass on Windows. The only way to get the PR to get run against a Windows system is for someone with privileges to add the needs-ci
tag to the PR, and then it takes someone familiar with Jenkins, or at least the org's Jenkins setup, to find what the error is.
Given all of that, why isn't there a GitHub Actions workflow that runs the tests on Windows?
Metadata
Metadata
Assignees
Labels
No labels