Skip to content

Add heuristic defender decision agent 'ShutdownCompromisedMachinesDef… #301

Add heuristic defender decision agent 'ShutdownCompromisedMachinesDef…

Add heuristic defender decision agent 'ShutdownCompromisedMachinesDef… #301

Workflow file for this run

name: Pytest mal-simulator
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 .
pip install pytest
- name: Test with pytest
run: |
pytest tests