ci(azure-pipelines): make tests dependent on build instead of setup only

This commit is contained in:
Sarah Vaupel 2025-02-10 15:14:48 +01:00
parent 9f49cef214
commit 0821b74fb7

View File

@ -124,7 +124,7 @@ stages:
publishLocation: 'Container'
- stage: Test
dependsOn: Setup
dependsOn: Build
condition: eq(variables.skipTests, false)
jobs:
- ${{ each service in parameters.services }}: