Update laravel.yml

This commit is contained in:
DariusIII
2020-04-30 22:30:06 +02:00
committed by GitHub
parent 5a11f4a161
commit dc850a7a1b
+9
View File
@@ -10,6 +10,15 @@ jobs:
laravel-tests:
runs-on: ubuntu-latest
services:
mysql:
image: mariadb:10.4
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: TEST
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v2