From 0821b74fb78d09baeb6c12636c8280f696f621d5 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 10 Feb 2025 15:14:48 +0100 Subject: [PATCH] ci(azure-pipelines): make tests dependent on build instead of setup only --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 47b0c7b4d..c4fb727f8 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -124,7 +124,7 @@ stages: publishLocation: 'Container' - stage: Test - dependsOn: Setup + dependsOn: Build condition: eq(variables.skipTests, false) jobs: - ${{ each service in parameters.services }}: