Skip to content

Commit c8b8b80

Browse files
committed
ci: work-concurrency 1 for e2e test in case of race condition
1 parent 98a9a26 commit c8b8b80

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 "*${{ matrix.e2e-framework }}*" test:e2e
169+
run: pnpm --filter --workspace-concurrency 1 "*${{ matrix.e2e-framework }}*" test:e2e
170170

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

0 commit comments

Comments
 (0)