From 8c500775af9bef49228cab8814a6342805711f42 Mon Sep 17 00:00:00 2001 From: xavidop Date: Thu, 6 Jun 2024 20:40:37 +0200 Subject: [PATCH] fix: run from the root all the checks on CI --- .circleci/continue_config.yml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/continue_config.yml.tmpl b/.circleci/continue_config.yml.tmpl index f43e90719..dcb291b8f 100644 --- a/.circleci/continue_config.yml.tmpl +++ b/.circleci/continue_config.yml.tmpl @@ -82,7 +82,7 @@ workflows: context: dev-test executor: vfcommon/node-large-executor-node-20 name: {{ strings.KebabCase $testJob }} - run_on_root: {{ $.values.build_all_services }} + run_on_root: true {{- if eq $testJob "unit_tests" }} collect_coverage: true {{- end }}