From 9f411e329dbaed50667b9d97879a003edc74e90b Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 10 Feb 2025 15:07:41 +0100 Subject: [PATCH] ci(azure-pipelines): remove job-level dependsOn for test --- azure-pipelines.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 00e404689..8a12ad27f 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -130,7 +130,6 @@ stages: - ${{ each service in parameters.services }}: - job: Test_${{service.name}} displayName: Run ${{service.name}} tests - dependsOn: ${{service.dependsOn}} steps: - task: Bash@3 displayName: Start database container for testing