aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-02-24 03:00:04 +1000
committerGravatar GitHub <[email protected]>2020-02-24 03:00:04 +1000
commitb9dcd082114b563f2df075cf8b1f0c86308cad7a (patch)
tree6c7658c4f69953819650dacb5ea2c712a7e158b8 /azure-pipelines.yml
parentFix missing Django logs when using Docker Compose (diff)
parentMerge pull request #741 from Denayder/information-refactor (diff)
Merge branch 'master' into bug/backend/s329/docker-compose-tty
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0400ac4d2..874364a6f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -30,7 +30,7 @@ jobs:
- script: python -m flake8
displayName: 'Run linter'
- - script: BOT_API_KEY=foo BOT_TOKEN=bar WOLFRAM_API_KEY=baz REDDIT_CLIENT_ID=spam REDDIT_SECRET=ham coverage run -m xmlrunner
+ - script: BOT_API_KEY=foo BOT_SENTRY_DSN=blah BOT_TOKEN=bar WOLFRAM_API_KEY=baz REDDIT_CLIENT_ID=spam REDDIT_SECRET=ham coverage run -m xmlrunner
displayName: Run tests
- script: coverage report -m && coverage xml -o coverage.xml