mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 16:57:18 +00:00
Merge branch 'MISP:main' into main
This commit is contained in:
commit
1c027b30a0
1 changed files with 7 additions and 0 deletions
7
.github/workflows/pytest.yml
vendored
7
.github/workflows/pytest.yml
vendored
|
@ -51,3 +51,10 @@ jobs:
|
|||
pushd PyMISPGalaxies
|
||||
poetry run pytest --cov=pymispgalaxies tests/tests.py
|
||||
popd
|
||||
|
||||
- name: Test updated README.md
|
||||
run: |
|
||||
pushd tools
|
||||
python3 update_README_with_index.py
|
||||
git diff --exit-code ../README.md
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue