diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6248b53..3178a9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,8 +85,6 @@ jobs: frontend/coverage/** e2e: - # Run only when a Cypress suite exists in the repo. - if: ${{ hashFiles('**/cypress.config.*') != '' }} runs-on: ubuntu-latest needs: [check]