We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3043585 commit 38c12fcCopy full SHA for 38c12fc
1 file changed
.github/workflows/magento-compatibility.yml
@@ -32,15 +32,12 @@ jobs:
32
- 3306:3306
33
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
34
35
- opensearch:
36
- image: opensearchproject/opensearch:2.11.0
37
- ports:
38
- - 9200:9200
+ elasticsearch:
+ image: elasticsearch:7.17.0
39
env:
40
discovery.type: single-node
41
- ES_JAVA_OPTS: -Xms512m -Xmx512m
42
- ES_SKIP_CGROUPS_CHECK: "true"
43
- options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
+ JAVA_OPTS: "-Djdk.disableLastCgroup=true"
+ options: --health-cmd="curl -s http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
44
45
steps:
46
- name: Checkout code
0 commit comments