Move test_windows under test_JS (#41455)

Summary:
CircleCI was broken since Friday because a change broke JS tests on Windows only.
The test_windows job didn't run on those changes because they were JS changes only, therefore won't affect the build of React Native on Windows.

The `test_windows` was listed among the various `test_android` jobs, but it is not actually building React Native android on windows machines.
Instead, the test_windows jobs is actually only running JS tests on a windows machines. Therefore, it makes more sense to have this test under the test_js group.

bypass-github-export-checks

## Changelog:
[Internal] - Move the test_windows job under the testJS configuration

Pull Request resolved: https://github.com/facebook/react-native/pull/41455

Test Plan:
CircleCI is green.
test_windows run together with the JS tests

Reviewed By: mdvacca

Differential Revision: D51258120

Pulled By: cipolleschi

fbshipit-source-id: a523c48f697b64620433ec9672f13baa308d75a8
This commit is contained in:
Riccardo Cipolleschi 2023-11-13 10:09:13 -08:00 коммит произвёл Facebook GitHub Bot
Родитель a226b9084d
Коммит 6962b5fdd0
3 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -115,4 +115,3 @@
matrix:
parameters:
jsengine: ["Hermes", "JSC"]
- test_windows

Просмотреть файл

@ -55,4 +55,3 @@
architecture: ["NewArch", "OldArch"]
jsengine: ["Hermes", "JSC"]
flavor: ["Debug", "Release"]
- test_windows

Просмотреть файл

@ -10,3 +10,4 @@
- test_js:
name: test_js_prev_lts
executor: nodeprevlts
- test_windows