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 cde8010
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,14 @@ 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'
NX_CLOUD_DTE_SUMMARY: 'true'
NX_CLOUD_NO_TIMEOUTS: 'true'
NX_CLOUD_SKIP_WORKSPACE_DATA_CACHE: 'false'
NX_FORCE_REUSE_CACHED_GRAPH: 'true'
steps:
- checkout
- nx/set-shas:
Expand All @@ -103,12 +104,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 cde8010

Please sign in to comment.