File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,10 +33,12 @@ jobs:
3333 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3434
3535 elasticsearch :
36- image : elasticsearch:7.17.0
36+ image : elasticsearch:7.17.25
3737 env :
3838 discovery.type : single-node
39- JAVA_OPTS : " -Djdk.disableLastCgroup=true"
39+ xpack.security.enabled : false
40+ ports :
41+ - 9200:9200
4042 options : --health-cmd="curl -s http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
4143
4244 steps :
@@ -133,6 +135,7 @@ jobs:
133135 bin/magento mageforge:theme:inspector --help
134136 bin/magento mageforge:hyva:compatibility:check --help
135137 bin/magento mageforge:hyva:tokens --help
138+ bin/magento mageforge:theme:copy-from-vendor --help
136139
137140 echo "Verify command aliases work:"
138141 bin/magento frontend:list --help
@@ -272,6 +275,7 @@ jobs:
272275 bin/magento frontend:build --help
273276 bin/magento frontend:watch --help
274277 bin/magento frontend:clean --help
278+ bin/magento theme:copy --help
275279 bin/magento hyva:check --help
276280 bin/magento hyva:tokens --help
277281
You can’t perform that action at this time.
0 commit comments