Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(devkit): properly emit failures when converting nx executor #4866

Merged
merged 1 commit into from Feb 23, 2021

Conversation

FrozenPandaz
Copy link
Collaborator

@FrozenPandaz FrozenPandaz commented Feb 22, 2021

Current Behavior

Converted Nx Executors always emit { success: true }.

Expected Behavior

Converted Nx Executors properly emit output events.

Related Issue(s)

Fixes #4860
Fixes #4725

.then((result) => {
if (!result.done) {
subscriber.next(result.value);
prev = result;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this prev variable looks like to be not used anywhere

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

@jukben
Copy link

jukben commented Feb 23, 2021

Thanks a lot for fix. This caused me us a quite a headache. Any idea when this gets released? 🙏

@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot determine cypress e2e result on CI cypress e2e exit on status 0 even when there are failing tests
3 participants