CLI: expose NX_BAIL as env variable in order to configure --nxBail
#26899
Replies: 2 comments
-
|
That would be a super useful environment variable. I'm working on a project with many commands that use To make this easy, we've added a It would greatly simplify our setup if we could do the following: env:
NX_BAIL: ${{ inputs.activate_nx_bail }} |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
To follow nx CLI configuration setup via global env variables it would be really helpful to add variable to set
--nxBailargument.we want this behaviour in all our pipelines and ATM it adds unnecessary churn to the whole CI setup (example
Current:
will bail on 1st failed
buildtarget executionnx affected -t b --nxBailExpected:
will bail on 1st failed
buildtarget executionnx affected -t buildBeta Was this translation helpful? Give feedback.
All reactions