diff options
author | 2019-09-21 14:12:33 +1000 | |
---|---|---|
committer | 2019-09-21 14:12:33 +1000 | |
commit | 67e2aafe695c0ef586b09f3a11b3b693d4ad7b37 (patch) | |
tree | 984f3e73ecf86e3160a334dd0fe8d69721f04492 | |
parent | Gut CI to only lint. (diff) |
Try run PGDB in CI.
-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 |