Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/magento-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
MYSQL_DATABASE: magento
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
options: >-
--health-cmd="mysqladmin ping -h 127.0.0.1 -uroot -pmagento --silent"
Comment thread
dermatz marked this conversation as resolved.
--health-interval=10s
--health-timeout=5s
--health-retries=10
--health-start-period=30s

opensearch:
image: opensearchproject/opensearch:2.11.0
Expand Down
Loading