From aa7bd611c6e888d81e81267a9eca2c5d5a2c439d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Mon, 21 Feb 2022 20:22:21 +0100 Subject: [PATCH] chore(repo): fix failing windows nightly (#9066) --- .github/workflows/e2e-windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index ab9d6f7773..ecda1bb03b 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -74,10 +74,9 @@ jobs: NODE_OPTIONS: --max_old_space_size=8192 SELECTED_PM: ${{ matrix.package_manager }} npm_config_registry: http://localhost:4872 - YARN_REGISTRY: http://localhost:4872 NX_VERBOSE_LOGGING: ${{ 'true' }} NX_E2E_SKIP_BUILD_CLEANUP: ${{ 'true' }} - NX_CACHE_DIRECTORY: ./nx-cache + NX_CACHE_DIRECTORY: ${{ 'tmp' }} - name: Setup tmate session if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled && failure() }}