.woodpecker/test.yaml hinzugefügt
This commit is contained in:
8
.woodpecker/test.yaml
Normal file
8
.woodpecker/test.yaml
Normal 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!"
|
||||
Reference in New Issue
Block a user