I just created a pipeline that runs on a PR with a single stage that runs 3 workflows on that stage. Two stages are running the Xcode test step (one for Xcode 13 and Xcode 14) and a build for that PR.
The Xcode 14 test step is failing (there’s a compiler error we are having, but that’s ok on this case) and the pipeline is being marked as failed.
The issue is that the GitHub check that the test step sets, is being registered as a success instead of being failed.