mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
fix: [tests] missing sudo
This commit is contained in:
parent
a724ebde83
commit
3b50d7a605
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
git submodule foreach git pull origin main
|
git submodule foreach git pull origin main
|
||||||
poetry install
|
poetry install
|
||||||
popd
|
popd
|
||||||
mount --bind . PyMISPGalaxies/pymispgalaxies/data/misp-galaxy
|
sudo mount --bind . PyMISPGalaxies/pymispgalaxies/data/misp-galaxy
|
||||||
|
|
||||||
- name: Test with Python module
|
- name: Test with Python module
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue