Skip to content

Commit db2401c

Browse files
committed
ci: use chrome for cypress-ct test in CI
There seems to be an electron-only issue with too many component tests. cypress-io/cypress#22208
1 parent ecb41cf commit db2401c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ jobs:
173173
- name: Cypress component testing for projects without Vitest
174174
working-directory: ./playground
175175
if: ${{ contains(matrix.e2e-framework, 'cypress') }}
176-
run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit
176+
run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit --browser chrome
177177

178178
# FIXME: `--with-tests` folders. It's failing now.

0 commit comments

Comments
 (0)