Skip to content

Commit

Permalink
ci: execute tests serial
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Nov 14, 2024
1 parent 4728a43 commit abdecd0
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 @@ -52,4 +52,4 @@ jobs:
run: pnpm playwright install chromium --with-deps

- name: Test
run: pnpm test
run: pnpm test -- --concurrency=1

0 comments on commit abdecd0

Please sign in to comment.