From 67e2aafe695c0ef586b09f3a11b3b693d4ad7b37 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Sat, 21 Sep 2019 14:12:33 +1000 Subject: Try run PGDB in CI. --- azure-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.2.3