chore(run): re-enable task runner e2e tests in CI#4298
Merged
JamesHenry merged 3 commits intolerna:mainfrom Mar 10, 2026
Merged
chore(run): re-enable task runner e2e tests in CI#4298JamesHenry merged 3 commits intolerna:mainfrom
JamesHenry merged 3 commits intolerna:mainfrom
Conversation
The task-runner-e2e job was disabled pending a tar dependency patch. That dependency has since been updated, so this uncomments the CI job and updates the inline snapshots to match current output.
|
View your CI Pipeline Execution ↗ for commit bd5da92
☁️ Nx Cloud last updated this comment at |
On Linux CI, Nx emits ANSI escape codes even when stdout is redirected to a file, causing snapshot mismatches with local (macOS) output. Setting FORCE_COLOR=0 ensures consistent plain-text output.
Set NO_COLOR=1 and FORCE_COLOR=0 at the job env level to ensure they propagate to all child processes including nested lerna/nx invocations.
JamesHenry
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
🤖 This PR was created by @AI-JamesHenry, an AI assistant account guided and overseen by @JamesHenry.
Summary
task-runner-e2eCI job that was disabled in fix: bump tar to 7.5.7, rimraf to 6.1.2, @npmcli/run-script to 10.0.3 #4267 pending a tar dependency patchdescribe.skip— pre-existing)Test plan
e2e/run/task-runner/src/run-tests.shpasses locally with all snapshots up to dateTask Runner E2Ejob passes on this PR