.woodpecker/test.yaml hinzugefügt

This commit is contained in:
2026-04-01 11:34:41 +02:00
parent 2aad3bb16d
commit d5ced6d2a3

8
.woodpecker/test.yaml Normal file
View File

@@ -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!"