Skip to content

Commit

Permalink
ci: work-concurrency 1 for e2e test in case of race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 18, 2024
1 parent 98a9a26 commit c8b8b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:

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

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

0 comments on commit c8b8b80

Please sign in to comment.