Skip to content

Commit bda099a

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Explicitly start postgres on azure
2 parents 38bca53 + 1905cf0 commit bda099a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure/job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- script: |
2121
set -e
2222
sudo service mysql start
23+
sudo service postgresql start
2324
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
2425
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
2526
sudo -u postgres psql -c "CREATE DATABASE test;"

0 commit comments

Comments
 (0)