aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-12 00:43:29 +0100
committerGravatar GitHub <[email protected]>2020-10-12 00:43:29 +0100
commit30ceab5ec9e3e5ebd1ab8766327e8aa3e4d80c3d (patch)
tree6c486312fc97270df4d0b996d86299af7423692b /azure-pipelines.yml
parentResponsively size YouTube embeds (diff)
parentMerge pull request #411 from ks129/voice-gate (diff)
Merge branch 'master' into feat/timeline
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