diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index aac3695..0fe8fde 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -1,8 +1,5 @@ -pipeline: +steps: test: - image: alpine:3.19 + image: alpine commands: - - echo "Starte Test..." - - apk add --no-cache python3 py3-pip - - python3 --version - - echo "Tests erfolgreich!" \ No newline at end of file + - echo "läuft" \ No newline at end of file