Fix: #298 Supress Elasticsearch warnings for GitHub Actions (#312)

This commit is contained in:
S.H 2023-11-29 09:48:33 +09:00 committed by GitHub
parent d18b233239
commit 90fcc93f28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 102 additions and 0 deletions

View file

@ -322,6 +322,10 @@ jobs:
sudo mkdir /etc/elasticsearch/sudachi -p
sudo cp sudachi-dictionary-*/system_core.dic /etc/elasticsearch/sudachi
- name: Set security settings
run: |
sudo cp .github/workflows/elasticsearch-settings/elasticsearch.yml /etc/elasticsearch
- name: Running Elasticsearch
run: |
sudo systemctl start elasticsearch