mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +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
|
||||
poetry install
|
||||
popd
|
||||
mount --bind . PyMISPGalaxies/pymispgalaxies/data/misp-galaxy
|
||||
sudo mount --bind . PyMISPGalaxies/pymispgalaxies/data/misp-galaxy
|
||||
|
||||
- name: Test with Python module
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue