Skip to content

Commit

Permalink
chore(repo): diff project graph
Browse files Browse the repository at this point in the history
  • Loading branch information
lourw committed Jan 27, 2025
1 parent de89b6b commit 7b72808
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
NX_CLOUD_DTE_SUMMARY: 'true'
NX_CLOUD_NO_TIMEOUTS: 'true'
NX_CLOUD_SKIP_WORKSPACE_DATA_CACHE: 'false'
NX_BRANCH: 'master'
steps:
- checkout
- nx/set-shas:
Expand All @@ -103,21 +104,15 @@ jobs:
- browser-tools/install-chrome
- run-pnpm-install:
os: linux
- run:
name: Cargo dependencies
command: cargo metadata --format-version=1
- run:
name: Print env
command: echo $NX_CACHE_PROJECT_GRAPH
- run:
name: Save workspace cache files
command: cp -r .nx/workspace-data .nx/temp-workspace-data
- run:
name: Project Graph Cold
command: pnpm nx show projects
- run:
name: Diff workspace cache files
command: diff -r .nx/workspace-data .nx/temp-workspace-data
- 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 7b72808

Please sign in to comment.