Skip to content

Commit 87b1e9f

Browse files
authored
Merge pull request #28544 from storybookjs/norbert/add-bench-task-to-daily-workflow
Build: Add bench to daily workflow
2 parents d996644 + 223a4b5 commit 87b1e9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,10 @@ workflows:
841841
# --smoke-test is not supported for the angular builder right now
842842
# - "angular-cli"
843843
- "lit-vite-ts"
844+
- bench:
845+
parallelism: 5
846+
requires:
847+
- build-sandboxes
844848

845849
# TODO: reenable once we find out the source of flakyness
846850
# - test-runner-dev:

0 commit comments

Comments
 (0)