Files
python-tdd/.woodpecker.yaml
Disco DeDisco 5ff0e4ec10
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
commented out second step of .woodpecker.yaml to confirm working test pipeline
2026-02-10 22:44:10 -05:00

11 lines
189 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