diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 42dd7b3..fdea2fe 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -17,7 +17,7 @@ steps: #image: ghcr.io/astral-sh/uv:alpine image: ghcr.io/astral-sh/uv:python3.13-alpine commands: - - .venv/bin/pytest -s test/basic.py + - .venv/bin/pytest -s tests/basic.py build: image: ghcr.io/astral-sh/uv:alpine commands: