Skip to content

Commit d1372b8

Browse files
committed
fix ci
1 parent b3c5d4c commit d1372b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/django.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,12 @@ jobs:
8989
sudo sysctl -w fs.file-max=262144
9090
sudo sysctl -w vm.max_map_count=262144
9191
92-
- uses: miyataka/elasticsearch-github-actions@1
92+
- name: Runs Elasticsearch
93+
uses: elastic/elastic-github-actions/elasticsearch@master
9394
with:
9495
stack-version: '7.12.1'
9596
plugins: 'https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.12.1/elasticsearch-analysis-ik-7.12.1.zip'
97+
security-enabled: false
9698

9799
- uses: actions/checkout@v3
98100
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)