diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 940b9f33c0..219569e0e4 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -6,6 +6,4 @@ steps: fetchDepth: 1 submodules: true - bash: | - echo "##[group]Beginning of a group" - echo "##[debug]Debug text" - echo "##[endgroup]" \ No newline at end of file + echo "##[debug]Debug text" \ No newline at end of file