feat(repo): enable daemon for nightly tests (#16808)

This commit is contained in:
Miroslav Jonaš 2023-05-05 16:59:40 +02:00 committed by GitHub
parent 747050e4a8
commit c55630b4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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() }}

View File

@ -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() }}