Skip to content

Add E2E Tests as required status check on CI #1460

Description

@fabiovincenzi

Problem

The E2E Tests workflow (e2e.yml) is not a required status check on main, which allowed PR #1403 to be auto-merged despite a failing e2e job.

ci.yml and e2e.yml run Cypress against different targets:

  • ci.yml: cypress:run (local tests)
  • e2e.yml: cypress:run:docker (Docker tests)

Suggested fix

  • Add the e2e job from E2E Tests to the branch protection required status checks on main

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions