t8
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
phil 2025-06-21 15:01:06 +02:00
parent fffec11bf4
commit bbc5c57c09
3 changed files with 159 additions and 2 deletions

View file

@ -7,12 +7,11 @@ steps:
sync:
image: ghcr.io/astral-sh/uv:alpine
commands:
- echo hi
- uv sync
test:
image: ghcr.io/astral-sh/uv:alpine
commands:
- .venv.bin/pytest -s test/basic.py
- .venv/bin/pytest -s test/basic.py
build:
image: ghcr.io/astral-sh/uv:alpine
commands: