You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I am suggesting is not having one CI job that runs both linting and testing, but separate jobs for linting and tests. So we still get the feedback if linting fails, but can tell if what failed is the linting or the actual tests.
As of current, the lint CI check failing isn't actually displayed anywhere, except if you look into that specific part of the CI check.
The CI check should be separated into separate jobs for linting and testing, each of which should indeed throw a fail if it does fail.
The text was updated successfully, but these errors were encountered: