Fixed ci for Test sample DMARC reports (#520)

* Fixed ci for Test sample DMARC reports

* pip install local local folder

* pip install path fix
This commit is contained in:
yuji suzuki
2024-05-22 21:14:04 +09:00
committed by GitHub
parent f8ee9bd166
commit 201280d700
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ jobs:
sudo apt-get install apt-transport-https
echo "deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/8.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-8.x.list
sudo apt-get update && sudo apt-get install elasticsearch
sudo sed -i 's/xpack.security.enabled: true/xpack.security.enabled: false/' /etc/elasticsearch/elasticsearch.yml
sudo systemctl restart elasticsearch
sudo systemctl --no-pager status elasticsearch
- name: Install Python dependencies
@@ -53,6 +54,7 @@ jobs:
- name: Test sample DMARC reports
continue-on-error: true
run: |
pip install -e .
parsedmarc --debug -c ci.ini samples/aggregate/*
parsedmarc --debug -c ci.ini samples/forensic/*"
- name: Test building packages