Skip to content

feat: allow fail-fast as an input argument #25

New issue

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

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

Already on GitHub? # to your account

Merged
merged 4 commits into from
Aug 5, 2022
Merged

Conversation

damienwebdev
Copy link
Member

@damienwebdev damienwebdev commented Aug 5, 2022

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Currently, we fail-fast during builds which can be annoying when you're trying to fix multiple versions at the same time and you have to run the build frequently to know what is wrong with each version.

Fixes: N/A

What is the new behavior?

We still fail-fast, but users can change the behavior.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@damienwebdev damienwebdev merged commit 2405cd1 into main Aug 5, 2022
@damienwebdev damienwebdev deleted the fail_fast_2 branch August 5, 2022 12:18
@gray-bot gray-bot mentioned this pull request Mar 25, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants