diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 5e48c62de1..e76c7706bf 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -14,11 +14,7 @@ jobs: timeoutInMinutes: 120 strategy: maxParallel: 10 - steps: - checkout: self fetchDepth: 1 - submodules: true - - - bash: | - echo "##[debug]Debug text" \ No newline at end of file + submodules: true \ No newline at end of file