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
internal/ci: ensure internal/_e2e isn't broken in CI
I have broken the build of the internal/_e2e tests more than once,
most recently fixed in https://cuelang.org/cl/1198297,
as we only actually run these tests on pushes to protected branches.
However, it's easy to build the tests in a CI run before merging,
and that will catch most of these mistakes which can happen as a result
of refactors or other API changes which internal/_e2e uses.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I529ed3b1d52e86ef1f9c41744ebc2d97ef3d77a2
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1198300
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Paul Jolly <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
0 commit comments