From 1c338ee02a8d2f6b1736a0c290683bb083953365 Mon Sep 17 00:00:00 2001 From: seraphima Date: Fri, 12 Jan 2024 14:47:14 +0100 Subject: [PATCH] removed dependance --- .pipelines/ci/templates/run-ui-tests-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index ecbbbd3efb..5e48c62de1 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -5,7 +5,6 @@ parameters: jobs: - job: UI tests ${{ parameters.platform }}${{ parameters.configuration }} displayName: Run UI tests ${{ parameters.platform }} ${{ parameters.configuration }} - dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }} pool: demands: ImageOverride -equals SHINE-VS17-Latest ${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: @@ -15,6 +14,7 @@ jobs: timeoutInMinutes: 120 strategy: maxParallel: 10 + steps: - checkout: self fetchDepth: 1