From 8aba382413910bb3b6d9a3f7386d7cfa0d23f236 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 21 Jun 2025 17:52:37 +0200 Subject: [PATCH] T --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: