Skip to content

Commit 79f051f

Browse files
committed
chore(repo): temporarily enable perf logging in ci
1 parent 00a771d commit 79f051f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:

.nx/workflows/agents.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)