example-package icon indicating copy to clipboard operation
example-package copied to clipboard

Update tests that are expected to "fail" to succeed

Open ianlewis opened this issue 2 years ago • 2 comments

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 avatar May 01 '23 22:05 ianlewis

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

ianlewis avatar May 01 '23 22:05 ianlewis

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.

ianlewis avatar May 02 '23 07:05 ianlewis