Files
python-tdd/.woodpecker.yaml

11 lines
187 B
YAML

steps:
- name: test
image: python:3.13-slim
commands:
- "pip install -r requirements.txt"
- "cd ./src"
- "python manage.py test apps"
- name: test-FTs