Fix test windows disabling npx envinfo (#38050)

Summary:
`test_windows` are failing in CI. This change should fix them for the time being while we investigate further
## Changelog:
[internal] - Fix test_windows removing `npx envinfo`

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

Test Plan: circleci should be green

Reviewed By: mdvacca

Differential Revision: D46999794

Pulled By: cipolleschi

fbshipit-source-id: c6e4020ec530d95a5ce6c3b5e70f596b12d23f7e
This commit is contained in:
Riccardo Cipolleschi
2023-06-24 12:07:54 -07:00
committed by Facebook GitHub Bot
parent f87ab6275b
commit 2aedda974b
+3 -3
View File
@@ -1067,9 +1067,9 @@ jobs:
name: Enable Yarn with corepack
command: corepack enable
- run:
name: Display Environment info
command: npx envinfo@latest
# - run:
# name: Display Environment info
# command: npx envinfo@latest
- restore_cache:
keys: