MCPs/.woodpecker-test.yml
Tobias J. Endres 753b99ed64
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful
test: add yogabook worker verification pipeline
2026-06-23 17:09:42 +02:00

20 lines
388 B
YAML

# Test pipeline for yogabook worker verification
kind: pipeline
type: docker
name: yogabook-test
platform:
os: linux
arch: amd64
steps:
- name: hello-world
image: alpine:latest
commands:
- echo "== YOGABOOK WORKER TEST =="
- echo "Hello from yogabook!"
- uname -a
- hostname
- echo "== TEST COMPLETE =="
when:
branch: test-yogabook