feature: pipeline update
All checks were successful
ci/woodpecker/pr/pipeline Pipeline was successful

This commit is contained in:
2026-05-10 11:26:16 +03:00
parent 26ce114bc7
commit 34f0f8b79a

View File

@@ -92,7 +92,7 @@ steps:
depends_on: [deps] depends_on: [deps]
commands: commands:
- pip install uv - pip install uv
- uv run --no-sync pytest tests/integration/ -v - uv run --no-sync pytest tests/integration/ -v --no-cov
- name: test-e2e - name: test-e2e
image: python:3.13 image: python:3.13