Skip to content

fix(checkout): improve debug-ability of checkout step#102

Draft
barbados-clemens wants to merge 1 commit intomainfrom
improve-checkout-debugging
Draft

fix(checkout): improve debug-ability of checkout step#102
barbados-clemens wants to merge 1 commit intomainfrom
improve-checkout-debugging

Conversation

@barbados-clemens
Copy link
Contributor

if a command hangs it can be tricky to know what is going on so we:

  1. force using stdio: inherit (even though it should be default)
  2. log before each command to know where in the steps we are

unrelated, but refactored to pass command string to execSync inside runWithRetries instead of passing () => execSync(command) every time

if a command hangs it can be tricky to know what is going on so we:
1. force using stdio: inherit (even though it _should_ be default)
2. log before each command to know where in the steps we are

unrelated, but refactored to pass command string to execSync inside
runWithRetries instead of passing `() => execSync(command)` every time
@nx-cloud
Copy link

nx-cloud bot commented Oct 15, 2025

View your CI Pipeline Execution ↗ for commit 4834e0d

Command Status Duration Result
nx affected -t test ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-15 14:51:21 UTC

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