We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc1e2d commit f1b6684Copy full SHA for f1b6684
.github/workflows/ci.yml
@@ -168,5 +168,8 @@ jobs:
168
working-directory: ./playground
169
run: pnpm --filter "*${{ matrix.e2e-framework }}*" --workspace-concurrency 1 test:e2e
170
171
- # FIXME: `--with-tests` folders
172
- # FIXME: Cypress component testing for projects without Vitest
+ - name: Cypress component testing for projects without Vitest
+ 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