Skip to content

Commit

Permalink
Fixed ci for Test sample DMARC reports (#520)
Browse files Browse the repository at this point in the history
* Fixed ci for Test sample DMARC reports

* pip install local local folder

* pip install path fix
  • Loading branch information
yjszk authored May 22, 2024
1 parent f8ee9bd commit 201280d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 201280d

Please sign in to comment.