chore(repo): fix failing windows nightly (#9066)
This commit is contained in:
parent
ebaf8f646c
commit
aa7bd611c6
3
.github/workflows/e2e-windows.yml
vendored
3
.github/workflows/e2e-windows.yml
vendored
@ -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() }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user