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 52cb3e4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
NX_CLOUD_DTE_V2: 'true'
NX_CLOUD_DTE_SUMMARY: 'true'
NX_CLOUD_NO_TIMEOUTS: 'true'
NX_CLOUD_SKIP_WORKSPACE_DATA_CACHE: 'false'
NX_CLOUD_SKIP_WORKSPACE_DATA_CACHE: 'true'
steps:
- checkout
- nx/set-shas:
Expand All @@ -103,12 +103,15 @@ jobs:
- browser-tools/install-chrome
- run-pnpm-install:
os: linux
- run:
name: Print Workspace Cache
command: ls -lah .
#- run:
#name: Print Workspace Cache
#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 52cb3e4

Please sign in to comment.