From 59282afa743c99710c366153a7c67b7b57d43866 Mon Sep 17 00:00:00 2001 From: seraphima Date: Fri, 12 Jan 2024 14:39:30 +0100 Subject: [PATCH] tabulation fix --- .pipelines/ci/templates/run-ui-tests-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 53ed8b673e..0c682dbc11 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -17,8 +17,9 @@ jobs: strategy: maxParallel: 10 steps: - - checkout: self - fetchDepth: 1 - submodules: true - - bash: | - echo "##[debug]Debug text" \ No newline at end of file + - checkout: self + fetchDepth: 1 + submodules: true + + - bash: | + echo "##[debug]Debug text" \ No newline at end of file