We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8162458 + 1a6b4e4 commit b5a7487Copy full SHA for b5a7487
1 file changed
action.yaml
@@ -181,7 +181,7 @@ runs:
181
-e MYSQL_PASSWORD=sylius \
182
-e MYSQL_DATABASE=sylius \
183
-p 3306:3306 \
184
- --health-cmd="mysqladmin ping -h 127.0.0.1 --silent" \
+ --health-cmd="healthcheck.sh --connect --innodb_initialized" \
185
--health-interval=5s \
186
--health-timeout=3s \
187
--health-retries=30 \
0 commit comments