From af59339b5aff29cbf23c81cb6df14333241f1031 Mon Sep 17 00:00:00 2001 From: seraphima Date: Fri, 12 Jan 2024 15:54:10 +0100 Subject: [PATCH] test --- .pipelines/ci/templates/run-ui-tests-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index b199413539..b618d7be84 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -1,6 +1,5 @@ jobs: -- job: UI tests - displayName: Run UI tests +- job: UITest pool: demands: ImageOverride -equals SHINE-VS17-Latest ${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: @@ -8,4 +7,6 @@ jobs: ${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: name: SHINE-INT-L steps: - - bash: echo "Hello world" + - checkout: none + + - bash: echo "##[debug]Debug text"