aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar Lucas Lindström <[email protected]>2020-10-06 23:12:09 +0200
committerGravatar Lucas Lindström <[email protected]>2020-10-06 23:12:09 +0200
commite3944dfbeeb829b9e4d4bc69134045a346dbbe01 (patch)
tree0ae109b101c193de3ce7cbefa8b320bc1d10ea35 /azure-pipelines.yml
parentAdded total message count to metricity data response. (diff)
Add missing metricity db url environment variable to CI pipeline script.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f273dad3..4f90aafe 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -66,6 +66,7 @@ jobs:
env:
CI: azure
DATABASE_URL: postgres://pysite:pysite@localhost:7777/pysite
+ METRICITY_DB_URL: postgres://pysite:pysite@localhost:7777/metricity
displayName: 'Run Tests'
- script: coverage report -m && coverage xml