From 747050e4a81c18bde06a990cd846784889ef3eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Fri, 5 May 2023 16:57:07 +0200 Subject: [PATCH] fix(repo): fix nightly registry failing on windows (#16804) --- .github/workflows/e2e-matrix.yml | 1 - .github/workflows/e2e-windows.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index f71064ae69cc4..7db4eedc7e59b 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -334,7 +334,6 @@ jobs: with: node-version: ${{ matrix.node_version }} cache: 'pnpm' - registry-url: http://localhost:4872 - name: Cache node_modules id: cache-modules diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index 581f6259819db..5b1f2c1360516 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -260,7 +260,6 @@ jobs: with: node-version: ${{ matrix.node_version }} cache: 'pnpm' - registry-url: http://localhost:4872 - name: Cache node_modules id: cache-modules