Skip to content

Commit c080772

Browse files
committed
feat: add ES_SKIP_CGROUPS_CHECK environment variable for Elasticsearch
1 parent 671754e commit c080772

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/magento-compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
env:
4040
discovery.type: single-node
4141
ES_JAVA_OPTS: -Xms512m -Xmx512m
42+
ES_SKIP_CGROUPS_CHECK: "true"
4243
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
4344

4445
steps:

0 commit comments

Comments
 (0)