example-package
example-package copied to clipboard
Update tests that are expected to "fail" to succeed
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.
Maybe tests can be updated to use continue-on-error in order to allow for failures?
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.