Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move test_windows under test_JS (facebook#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: facebook#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
- Loading branch information