when: event: [push, pull_request] steps: prepare: image: bttoxin-digger:latest commands: - echo "Preparing environment..." - BtToxin_Digger --version test: image: python:3.10 commands: - pip install pytest httpx - pytest tests/