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

[Enhancement] Disable fail fast for GitHub Action matrix #570

Closed
1 task done
aaron-ai opened this issue Jul 14, 2023 · 0 comments · Fixed by #571
Closed
1 task done

[Enhancement] Disable fail fast for GitHub Action matrix #570

aaron-ai opened this issue Jul 14, 2023 · 0 comments · Fixed by #571

Comments

@aaron-ai
Copy link
Member

Before Creating the Enhancement Request

  • I have confirmed that this should be classified as an enhancement rather than a bug/feature.

Programming Language of the Client

Not related to the specified programming language

Summary

By default, the GitHub Actions matrix strategy enables a "fail-fast" mechanism, which leads to some build results in specific environments being invisible to us due to the cancellation of remaining tasks when any task fails. We hope to disable this "fail-fast" feature so that we can see the complete build results, as the remaining tasks will be allowed to continue running even if a task fails.

Motivation

See the complete build results

Describe the Solution You'd Like

Disable fail-fast

Describe Alternatives You've Considered

N/A

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant