feat(repo): enable daemon for nightly tests (#16808)
This commit is contained in:
parent
747050e4a8
commit
c55630b4d6
1
.github/workflows/e2e-matrix.yml
vendored
1
.github/workflows/e2e-matrix.yml
vendored
@ -418,6 +418,7 @@ jobs:
|
||||
NX_E2E_RUN_CYPRESS: 'true'
|
||||
NX_E2E_VERBOSE_LOGGING: 'true'
|
||||
NX_PERF_LOGGING: 'false'
|
||||
NX_DAEMON: 'true'
|
||||
|
||||
- name: Save matrix config in file
|
||||
if: ${{ always() }}
|
||||
|
||||
1
.github/workflows/e2e-windows.yml
vendored
1
.github/workflows/e2e-windows.yml
vendored
@ -306,6 +306,7 @@ jobs:
|
||||
NX_E2E_RUN_CYPRESS: 'true'
|
||||
NX_E2E_VERBOSE_LOGGING: 'true'
|
||||
NX_PERF_LOGGING: 'false'
|
||||
NX_DAEMON: 'true'
|
||||
|
||||
- name: Save matrix config in file
|
||||
if: ${{ always() }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user