summaryrefslogtreecommitdiff
path: root/azure/job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure/job.yml')
-rw-r--r--azure/job.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure/job.yml b/azure/job.yml
index 020f69c13c..80ffb35e86 100644
--- a/azure/job.yml
+++ b/azure/job.yml
@@ -19,6 +19,7 @@ jobs:
- template: install.yml
- script: |
set -e
+ sudo service mysql start
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
sudo -u postgres psql -c "CREATE DATABASE test;"