mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 08:47:18 +00:00
fix: [tests] Use local Galaxies and not the misp-galaxies main branch
This commit is contained in:
parent
d51bddaeff
commit
a724ebde83
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pytest.yml
vendored
1
.github/workflows/pytest.yml
vendored
|
@ -44,6 +44,7 @@ jobs:
|
|||
git submodule foreach git pull origin main
|
||||
poetry install
|
||||
popd
|
||||
mount --bind . PyMISPGalaxies/pymispgalaxies/data/misp-galaxy
|
||||
|
||||
- name: Test with Python module
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue