We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bafc3 commit 1905cf0Copy full SHA for 1905cf0
azure/job.yml
@@ -20,6 +20,7 @@ jobs:
20
- script: |
21
set -e
22
sudo service mysql start
23
+ sudo service postgresql start
24
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
25
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
26
sudo -u postgres psql -c "CREATE DATABASE test;"
0 commit comments