From 2aedda974b933d7cba269157ec2cfc4ef62feaf9 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Sat, 24 Jun 2023 12:07:54 -0700 Subject: [PATCH] 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 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d18f2ec6f1..591c0dcc42c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: