Skip to content

Commit

Permalink
LF-3443 modified maxworkers flag to fix timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MwayaB committed Jul 20, 2023
1 parent d691351 commit 439696b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Run storybook tests
working-directory: packages/webapp
run: cat allowed-storybook-tests.txt | xargs -I {} bash -c 'pnpm test-storybook --maxWorkers=2 "$@"' _ {}
run: cat allowed-storybook-tests.txt | xargs -I {} bash -c 'pnpm test-storybook --maxWorkers=1 "$@"' _ {}

0 comments on commit 439696b

Please sign in to comment.