WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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.

3 participants