ci: start postgres for pylint

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-03-22 20:10:38 +01:00
parent 3157bf63a6
commit 145ef8b071
1 changed files with 6 additions and 0 deletions

View File

@ -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: |