From e7cbb1e645abfa7f9db4152aeb2a3537927fbda9 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 28 Jun 2025 04:48:00 +0200 Subject: [PATCH] CI: debug --- .woodpecker/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 3152b14..c542ba2 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -15,8 +15,6 @@ steps: UV_LINK_MODE: copy commands: - uv sync - - pwd - - ls -la .venv/bin test: image: code.philo.ydns.eu/philorg/uv-geo @@ -24,6 +22,8 @@ steps: GISAF__DB__HOST: gisaf-database commands: # Initialize database + - pwd + - ls -la - .venv/bin/gisaf create-db - .venv/bin/pytest -s tests/basic.py