8 lines
187 B
YAML
8 lines
187 B
YAML
pipeline:
|
|
test:
|
|
image: alpine:3.19
|
|
commands:
|
|
- echo "Starte Test..."
|
|
- apk add --no-cache python3 py3-pip
|
|
- python3 --version
|
|
- echo "Tests erfolgreich!" |