Skip to content

Commit

Permalink
chore(repo): print before and after project graph creation
Browse files Browse the repository at this point in the history
  • Loading branch information
lourw committed Jan 17, 2025
1 parent dd89329 commit 134fa81
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
NX_PERF_LOGGING: 'true'
NX_VERBOSE_LOGGING: 'true'
NX_CLOUD_DEBUG_URLS: 'true'
NX_NATIVE_LOGGING: 'false'
NX_NATIVE_LOGGING: 'true'
NX_E2E_RUN_E2E: 'true'
NX_CI_EXECUTION_ENV: 'linux'
NX_CLOUD_DTE_V2: 'true'
Expand All @@ -103,12 +103,18 @@ jobs:
- browser-tools/install-chrome
- run-pnpm-install:
os: linux
- run:
name: Print env
command: echo $NX_CACHE_PROJECT_GRAPH
- run:
name: Print Workspace Cache
command: ls -lah .
command: ls -lah .nx/workspace-data
- run:
name: Project Graph Cold
command: pnpm nx show projects
- run:
name: Print Workspace Cache 2
command: ls -lah .nx/workspace-data
- run:
name: Project Graph Warm
command: pnpm nx show projects
Expand Down

0 comments on commit 134fa81

Please sign in to comment.