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

ci: disable fail-fast in CI workflow #565

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

Phillip9587
Copy link
Contributor

Added fail-fast: false to the job strategy matrix to ensure that the tests run on all node versions even if one of them fails.

Copy link
Member

@wesleytodd wesleytodd left a comment

Choose a reason for hiding this comment

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

THANK YOU! This is the most frustrating setting. We also had this in the test scripts in some cases so mocha would do this and I never understood it. If 5 tests fail in a related way I dont want to waste time thinking it is one test failing. Same as with node versions, why have to re-run it to see just another failure in a different node version after pusing?

@wesleytodd wesleytodd merged commit ee8bd68 into expressjs:master Jan 8, 2025
7 checks passed
@UlisesGascon UlisesGascon mentioned this pull request Jan 23, 2025
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.

4 participants