Skip to content

Commit

Permalink
ci: add Cypress component testing for projects without Vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 19, 2024
1 parent 3dc1e2d commit f1b6684
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,8 @@ jobs:
working-directory: ./playground
run: pnpm --filter "*${{ matrix.e2e-framework }}*" --workspace-concurrency 1 test:e2e

# FIXME: `--with-tests` folders
# FIXME: Cypress component testing for projects without Vitest
- name: Cypress component testing for projects without Vitest
if: ${{ contains(matrix.e2e-framework, 'cypress') }}
run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit

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

0 comments on commit f1b6684

Please sign in to comment.