Hi
At fastlane, we used to have individual checks, one for each job, like this:
✅ ci/circleci: Execute tests on Ubuntu — Your tests passed on CircleCI! Details
✅ ci/circleci: Execute tests on macOS (Xcode 13.0.0, Ruby 3.1) — Your tests passed on CircleCI! Details
✅ ci/circleci: Lint source code — Your tests passed on CircleCI! Details
✅ ci/circleci: Modules load up tests — Your tests passed on CircleCI! Details
✅ ci/circleci: Validate Documentation — Your tests passed on CircleCI! Details
✅ ci/circleci: Validate Fastlane.swift generation — Your tests passed on CircleCI! Details
AFAIK nothing changed on our end, but not CircleCI checks are just a single check, like this:
✅ Run Tests & Checks Successful in 16m - Workflow: Run Tests & Checks Details
Any clue why is that? Can we revert to the previous style?
Thanks in advance! Let me know if I’m posting this in the wrong place, I’m new here