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 06e9d46 commit 976ac5eCopy full SHA for 976ac5e
.github/workflows/ci.yml
@@ -167,10 +167,10 @@ jobs:
167
168
- name: Run e2e test script
169
working-directory: ./playground
170
- run: pnpm --filter '*${{ matrix.e2e-framework }}*' --workspace-concurrency 1 test:e2e
+ run: pnpm --filter '*${{ matrix.e2e-framework }}*' --filter '!*bare*' --workspace-concurrency 1 test:e2e
171
172
- name: Cypress component testing for projects without Vitest
173
if: ${{ contains(matrix.e2e-framework, 'cypress') }}
174
- run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit
+ run: pnpm --filter '*cypress*' --filter '!*vitest*' --filter '!*bare*' --workspace-concurrency 1 test:unit
175
176
# FIXME: `--with-tests` folders. It's failing now.
0 commit comments