nx
Nx
GitHub
Nx
Workspace
GitHub
CI Pipeline Executions
Current execution
Failed
feat/nxc-4859-task-based-affected
Runs and Agents
Timeline
Beta
Configuration
Self-Healing CI
Project Graph
Circular Dependencies
Enterprise
Resource Usage
Analysis
Conformance
Enterprise
Runs
Current run
Succeeded
Tasks
Resource Usage
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
fix(core): stop the output specs depending on a fetched snapshot bundle getTaskOutputs and getExpandedTaskInputs both call loadIoSnapshotsForHead, which reads a bundle off disk. Neither spec mocked it, so the snapshot branch was skipped locally, where no bundle exists, and taken on CI, where Nx Cloud has fetched one. Taking it reached customHasherTaskIds, whose call to readProjectsConfigurationFromProjectGraph the project-graph mock does not provide, and 5 tests across the two files failed. Pin the bundle absent so the result no longer depends on ambient cache state. Confirmed by forcing the bundle present locally, which reproduces the CI failure exactly.
nx build workspace-plugin
⌘K
Succeeded
nx build workspace-plugin
Click to copy
36825
100%
Cache hits
2 of 2 tasks used cache.
GitHub
Nx
Workspace