Skip to content

Commit

Permalink
fix github action mysql service
Browse files Browse the repository at this point in the history
  • Loading branch information
fifsky committed Apr 2, 2020
1 parent da971a1 commit 357bab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
mysql:
image: mysql:5.7
env:
MYSQL_ROOT_PASSWORD: password
MYSQL_ROOT_PASSWORD: root
ports:
- 32574:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
Expand Down

0 comments on commit 357bab6

Please sign in to comment.