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 c8b8b80 commit 3dc1e2dCopy full SHA for 3dc1e2d
.github/workflows/ci.yml
@@ -166,7 +166,7 @@ jobs:
166
167
- name: Run e2e test script
168
working-directory: ./playground
169
- run: pnpm --filter --workspace-concurrency 1 "*${{ matrix.e2e-framework }}*" test:e2e
+ 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
0 commit comments