Skip to content

Commit 32e4c28

Browse files
Simon Bigelmayrclaude
andcommitted
perf: parallelize Storybook tests in CI with 2 workers
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 48b8813 commit 32e4c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
run: |
6868
npx http-server storybook-static --port 6006 --silent &
6969
npx wait-on tcp:6006
70-
yarn run test:storybook
70+
yarn run test:storybook --maxWorkers=2

0 commit comments

Comments
 (0)