Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lesichkovm authored May 24, 2020
1 parent 00c637f commit 0e4a193
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
env:
DB_PORT: ${{ job.services.mysql.ports[3306] }}

services:
mysql:
image: mysql:5.7
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: sqldb
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
services:
mysql:
env:
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_DATABASE: sqldb
image: "mysql:5.7"
options: "--health-cmd=\"mysqladmin ping\" --health-interval=10s --health-timeout=5s --health-retries=3"
ports:
- 3306

0 comments on commit 0e4a193

Please sign in to comment.