From 145ef8b07143762fb7c2566082066b7e7c87570d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 22 Mar 2021 20:10:38 +0100 Subject: [PATCH] ci: start postgres for pylint Signed-off-by: Jens Langhammer --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5984542e3..30bbb5e81 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,6 +25,12 @@ stages: - task: UsePythonVersion@0 inputs: versionSpec: '3.9' + - task: DockerCompose@0 + displayName: Run services + inputs: + dockerComposeFile: 'scripts/ci.docker-compose.yml' + action: 'Run services' + buildImages: false - task: CmdLine@2 inputs: script: |