Skip to content

Commit f1b6684

Browse files
committed
ci: add Cypress component testing for projects without Vitest
1 parent 3dc1e2d commit f1b6684

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,8 @@ jobs:
168168
working-directory: ./playground
169169
run: pnpm --filter "*${{ matrix.e2e-framework }}*" --workspace-concurrency 1 test:e2e
170170

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

0 commit comments

Comments
 (0)