From d5ced6d2a3a3743f799f61d432e7e91205e1e10a Mon Sep 17 00:00:00 2001 From: Matthias Berner Date: Wed, 1 Apr 2026 11:34:41 +0200 Subject: [PATCH] =?UTF-8?q?.woodpecker/test.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/test.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .woodpecker/test.yaml diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml new file mode 100644 index 0000000..aac3695 --- /dev/null +++ b/.woodpecker/test.yaml @@ -0,0 +1,8 @@ +pipeline: + test: + image: alpine:3.19 + commands: + - echo "Starte Test..." + - apk add --no-cache python3 py3-pip + - python3 --version + - echo "Tests erfolgreich!" \ No newline at end of file