Skip to content

Fix debug log in add_attacker method of attackgraph submodule #300

Fix debug log in add_attacker method of attackgraph submodule

Fix debug log in add_attacker method of attackgraph submodule #300

Workflow file for this run

name: Pytest maltoolbox
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements.txt
- name: Test with pytest
run: |
pip install pytest
pytest tests