diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e1bef935..df4fc5b1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,3 +24,13 @@ jobs: inputs: testResultsFiles: '**/test-*.xml' testRunTitle: 'Site-Django Lint Results' + + - task: DockerCompose@0 + displayName: Run PostgreSQL DB + inputs: + action: Run a specific service + dockerComposeFile: docker-compose.yml + projectName: pydis_web + ports: 7777 + detached: true + serviceName: postgres |