Skip to content

Commit e057e78

Browse files
committed
feat: update Elasticsearch version and add new theme copy commands
1 parent 38c12fc commit e057e78

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/magento-compatibility.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)