diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index ff8eb787a..00e404689 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -127,17 +127,17 @@ stages: dependsOn: Setup condition: eq(variables.skipTests, false) jobs: - - task: Bash@3 - displayName: Start database container for testing - inputs: - targetType: inline - script: | - docker run -d devfra.azurecr.io/de.fraport.trusted/postgres:16.1-bookworm - ${{ 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 + inputs: + targetType: inline + script: | + docker run -d devfra.azurecr.io/de.fraport.trusted/postgres:16.1-bookworm - template: .azure-pipelines/templates/steps/make.yaml parameters: makeJob: lint