We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c5d4c commit d1372b8Copy full SHA for d1372b8
.github/workflows/django.yml
@@ -89,10 +89,12 @@ jobs:
89
sudo sysctl -w fs.file-max=262144
90
sudo sysctl -w vm.max_map_count=262144
91
92
- - uses: miyataka/elasticsearch-github-actions@1
+ - name: Runs Elasticsearch
93
+ uses: elastic/elastic-github-actions/elasticsearch@master
94
with:
95
stack-version: '7.12.1'
96
plugins: 'https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.12.1/elasticsearch-analysis-ik-7.12.1.zip'
97
+ security-enabled: false
98
99
- uses: actions/checkout@v3
100
- name: Set up Python ${{ matrix.python-version }}
0 commit comments