mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
Run Elasticsearch installation as root
This commit is contained in:
parent
fbe40bd1e8
commit
821a631325
10
.github/workflows/sigma-test.yml
vendored
10
.github/workflows/sigma-test.yml
vendored
@ -28,9 +28,9 @@ jobs:
|
||||
make test
|
||||
- name: Test Generated Elasticsearch Query Strings
|
||||
run: |
|
||||
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
|
||||
apt install -y apt-transport-https
|
||||
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" >> /etc/apt/sources.list.d/elastic.list
|
||||
apt update
|
||||
apt install -y elasticsearch
|
||||
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
|
||||
sudo apt install -y apt-transport-https
|
||||
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic.list
|
||||
sudo apt update
|
||||
sudo apt install -y elasticsearch
|
||||
make test-backend-es-qs
|
||||
|
Loading…
Reference in New Issue
Block a user