File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 env :
2121 NX_E2E_CI_CACHE_KEY : e2e-github-linux
2222 NX_DAEMON : ' true'
23- NX_PERF_LOGGING : ' false '
23+ NX_PERF_LOGGING : ' true '
2424 NX_VERBOSE_LOGGING : ' false'
2525 NX_NATIVE_LOGGING : ' false'
2626 NX_E2E_RUN_E2E : ' true'
@@ -113,7 +113,7 @@ jobs:
113113
114114 env :
115115 NX_E2E_CI_CACHE_KEY : e2e-github-macos
116- NX_PERF_LOGGING : ' false '
116+ NX_PERF_LOGGING : ' true '
117117 NX_CI_EXECUTION_ENV : ' macos'
118118 SELECTED_PM : ' npm'
119119 steps :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ common-env-vars: &common-env-vars
55 GIT_COMMITTER_NAME : Test
66 SELECTED_PM : ' pnpm'
77 NX_NATIVE_LOGGING : ' nx::native::db'
8+ NX_PERF_LOGGING : ' true'
89 # These are need for build and link validation for next.js and astro apps
910 NEXT_PUBLIC_ASTRO_URL : ' https://master--nx-docs.netlify.app'
1011 NX_DEV_URL : ' https://canary.nx.dev'
You can’t perform that action at this time.
0 commit comments