From aeddcd2040c3000aaa3bf78e2ed385e83aea3a43 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Fri, 12 Feb 2021 16:54:45 +0100 Subject: [PATCH] [test] Run more tests at the same time --- .circleci/config.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2cd1117e2d3f1c..3f4497f1658b01 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -376,11 +376,7 @@ workflows: - checkout - test_regressions: requires: - - test_unit - - test_lint - - test_static - - test_types - - test_browser + - checkout profile: when: equal: [profile, << pipeline.parameters.workflow >>] @@ -401,9 +397,6 @@ workflows: - test_browser: react-dist-tag: next - test_regressions: - requires: - - test_unit - - test_browser react-dist-tag: next typescript-next: triggers: