Update tests.yml

This commit is contained in:
Jan Böhmer 2020-05-26 18:19:02 +02:00 committed by GitHub
parent 456cfd5a0e
commit cff20bd9d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,10 @@ jobs:
php-version: ${{ matrix.php-versions }}
coverage: pcov
extensions: mbstring, intl, gd, xsl, gmp, bcmath
- name: Start MySQL
run: sudo systemctl start mysql.service
#- name: Setup MySQL
# uses: mirromutth/mysql-action@v1.1
# with: