Skip to content

Commit

Permalink
ci: use chrome for cypress-ct test in CI
Browse files Browse the repository at this point in the history
There seems to be an electron-only issue with too many component tests.
cypress-io/cypress#22208
  • Loading branch information
haoqunjiang committed Jan 21, 2025
1 parent ecb41cf commit db2401c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit db2401c

Please sign in to comment.