We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200b0d6 commit a7dd119Copy full SHA for a7dd119
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
MYSQL_ROOT_PASSWORD: password
14
MYSQL_DATABASE: test
15
ports:
16
- - 33306:3306
+ - 3306:3306
17
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
18
19
steps:
0 commit comments