Files
blog.pyaqa.ru/.woodpecker/tests.yaml
Sergey Vanyushkin fd5e6a5dcb
Some checks failed
ci/woodpecker/push/tests Pipeline failed
ci/woodpecker/push/lints Pipeline was successful
lint pipe fixes
2026-04-19 19:25:10 +03:00

13 lines
201 B
YAML

when:
- event: [push, pull_request]
branch: main
steps:
- name: tests
image: python:3.11
commands:
- pip install uv
- uv sync --no-dev --group tests
- uv run pytest