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
[CI] Don't skip E2E tests if only check-* steps in build fail (#9912)
We already have proper check on the `e2e-tests` job, but it depends on
the `aws-start` task and that didn't have the check. That resulted in
the `aws-start` being skipped whenever any of `check-*` steps failed and
resulted in E2E tests not running even though we can easily run them to
get better coverage.
This should make our post-commit CI more useful in presence of failures
on `check-*` targets during the build stage.
0 commit comments