mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
fix: reorganize GH actions
This commit is contained in:
parent
47830ca058
commit
9be4a53f77
1 changed files with 6 additions and 6 deletions
12
.github/workflows/nosetests.yml
vendored
12
.github/workflows/nosetests.yml
vendored
|
@ -28,12 +28,13 @@ jobs:
|
|||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt install jq moreutils
|
||||
run: sudo apt install jq moreutils
|
||||
|
||||
- name: Validate files
|
||||
run: ./validate_all.sh
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install poetry
|
||||
run: python -m pip install poetry
|
||||
|
||||
- name: Install testing via python module
|
||||
run: |
|
||||
|
@ -44,9 +45,8 @@ jobs:
|
|||
poetry install
|
||||
popd
|
||||
|
||||
- name: Test
|
||||
- name: Test with Python module
|
||||
run: |
|
||||
./validate_all.sh
|
||||
pushd PyMISPGalaxies
|
||||
poetry run nosetests-3.4 --with-coverage --cover-package=pymispgalaxies -d
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue