Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
duythien committed Dec 13, 2019
1 parent edb2275 commit a858f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
MYSQL_DATABASE: phanbook
MYSQL_USER: phanbook
MYSQL_PASSWORD: secret
DB_DSN: mysql:host=127.0.0.1;dbname=phanbook;port=${{job.services.mysql.ports['3306'] }}
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
Expand Down

0 comments on commit a858f31

Please sign in to comment.