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

Update tests that are expected to "fail" to succeed #178

Open
ianlewis opened this issue May 1, 2023 · 2 comments
Open

Update tests that are expected to "fail" to succeed #178

ianlewis opened this issue May 1, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@ianlewis
Copy link
Member

ianlewis commented May 1, 2023

I would like to update tests that are supposed to fail to be marked as succeeded workflows. This is so we can easily look at the list of workflow runs and find what's broken.

Right now it's really hard to see if tests are actually broken or are working fine just based on the workflow runs page.

@ianlewis
Copy link
Member Author

ianlewis commented May 1, 2023

Maybe tests can be updated to use continue-on-error in order to allow for failures?

@ianlewis
Copy link
Member Author

ianlewis commented May 2, 2023

This is especially a problem because workflows fail "silently" if the workflow file or any of the workflow files that are called are malformed and fail to be parsed by GitHub actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant