Files
flask-demo/.woodpecker.yml
RGalyaviev de8ef086f0
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
change port
2025-09-01 15:16:49 +03:00

7 lines
110 B
YAML

steps:
test:
image: python:3.11
commands:
- pip install -r requirements.txt
- pytest -q