diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 6027ca4..e5960a0 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -73,4 +73,4 @@ steps: - pip install uv - uv run blog & - sleep 5 - - uv run pytest tests/e2e/ -v + - uv run pytest tests/e2e/ -v --no-cov