From 223a4b56cef84c30edbf68c94e960ff9fde8cbb6 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Thu, 11 Jul 2024 13:55:19 +0200 Subject: [PATCH] add bench to daily workflow --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8caeb30dad59..70b387f58cb5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -841,6 +841,10 @@ workflows: # --smoke-test is not supported for the angular builder right now # - "angular-cli" - "lit-vite-ts" + - bench: + parallelism: 5 + requires: + - build-sandboxes # TODO: reenable once we find out the source of flakyness # - test-runner-dev: