Skip to content

chore(run): re-enable task runner e2e tests in CI#4298

Merged
JamesHenry merged 3 commits intolerna:mainfrom
AI-JamesHenry-Org:chore/re-enable-task-runner-e2e
Mar 10, 2026
Merged

chore(run): re-enable task runner e2e tests in CI#4298
JamesHenry merged 3 commits intolerna:mainfrom
AI-JamesHenry-Org:chore/re-enable-task-runner-e2e

Conversation

@AI-JamesHenry
Copy link
Copy Markdown
Collaborator

@AI-JamesHenry AI-JamesHenry commented Mar 10, 2026

Note

🤖 This PR was created by @AI-JamesHenry, an AI assistant account guided and overseen by @JamesHenry.

Summary

Test plan

  • e2e/run/task-runner/src/run-tests.sh passes locally with all snapshots up to date
  • CI Task Runner E2E job passes on this PR

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.
@nx-cloud
Copy link
Copy Markdown

nx-cloud bot commented Mar 10, 2026

View your CI Pipeline Execution ↗ for commit bd5da92

Command Status Duration Result
nx run-many --t e2e --parallel=1 ✅ Succeeded 11m 28s View ↗
nx run integration:integration --ci --maxWorkers=2 ✅ Succeeded 1m 25s View ↗
nx run-many -t build --parallel=3 ✅ Succeeded 1m 17s View ↗
nx run-many -t lint --parallel=3 ✅ Succeeded 1m 16s View ↗
nx run-many -t test --parallel=3 --ci --maxWork... ✅ Succeeded 1m 9s View ↗
nx run-many -t build ✅ Succeeded 2s View ↗
nx-cloud record -- npx nx format:check ✅ Succeeded 2s View ↗
nx run-many -t test --parallel=3 --ci --maxWork... ✅ Succeeded 3m 4s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-10 15:28:27 UTC

@JamesHenry JamesHenry marked this pull request as draft March 10, 2026 14:53
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 JamesHenry marked this pull request as ready for review March 10, 2026 15:24
@JamesHenry JamesHenry enabled auto-merge (squash) March 10, 2026 15:25
@JamesHenry JamesHenry merged commit 61c15ad into lerna:main Mar 10, 2026
14 checks passed
@JamesHenry JamesHenry deleted the chore/re-enable-task-runner-e2e branch March 10, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants