Skip to content

Commit 3dc1e2d

Browse files
committed
ci: typo
1 parent c8b8b80 commit 3dc1e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167
- name: Run e2e test script
168168
working-directory: ./playground
169-
run: pnpm --filter --workspace-concurrency 1 "*${{ matrix.e2e-framework }}*" test:e2e
169+
run: pnpm --filter "*${{ matrix.e2e-framework }}*" --workspace-concurrency 1 test:e2e
170170

171171
# FIXME: `--with-tests` folders
172172
# FIXME: Cypress component testing for projects without Vitest

0 commit comments

Comments
 (0)