Skip to content

Commit

Permalink
fix: run from the root all the checks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Jun 6, 2024
1 parent 3bce041 commit 8c50077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8c50077

Please sign in to comment.