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