From db2401cec4e5b03c96258caf515fa83191a7b1b5 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 21 Jan 2025 17:12:02 +0800 Subject: [PATCH] ci: use chrome for cypress-ct test in CI There seems to be an electron-only issue with too many component tests. https://github.com/cypress-io/cypress/issues/22208 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92a01cbe..a0138e22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,6 +173,6 @@ jobs: - name: Cypress component testing for projects without Vitest working-directory: ./playground if: ${{ contains(matrix.e2e-framework, 'cypress') }} - run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit + run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit --browser chrome # FIXME: `--with-tests` folders. It's failing now. -- 2.39.5