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

Turn off continue-on-error in CI #398

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

lawrence-forooghian
Copy link
Collaborator

We want the workflow run to fail if any of the jobs fails.

The motivation for the current configuration is not clear to me, but I’m guessing the idea was that the failure of a single job shouldn’t cancel the others. Turning off fail-fast should do the same thing.

(Copied from ably-js commit ddef9f7.)

@github-actions github-actions bot temporarily deployed to staging/pull/398/features April 25, 2024 12:50 Inactive
@lawrence-forooghian
Copy link
Collaborator Author

I suggest that we merge this one even though CI is failing (given that the tests were always failing but it was just hidden before).

We want the workflow run to fail if any of the jobs fails.

The motivation for the current configuration is not clear to me, but I’m
guessing the idea was that the failure of a single job shouldn’t cancel
the others. Turning off fail-fast should do the same thing.

(Copied from ably-js commit ddef9f7.)
@sacOO7
Copy link
Contributor

sacOO7 commented Apr 25, 2024

@lawrence-forooghian is this implemented in other SDKs as well?

Copy link
Contributor

@sacOO7 sacOO7 left a comment

Choose a reason for hiding this comment

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

LGTM

@lawrence-forooghian
Copy link
Collaborator Author

@lawrence-forooghian is this implemented in other SDKs as well?

As mentioned above, we do it in ably-js.

@lawrence-forooghian lawrence-forooghian merged commit b89a0e3 into main Apr 25, 2024
8 of 15 checks passed
@lawrence-forooghian lawrence-forooghian deleted the fail-ci-if-any-job-fails branch April 25, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants