MCPs/.woodpecker-test.yml

21 lines
388 B
YAML
Raw Normal View History

# 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