oramap/.woodpecker.yaml
2025-05-27 23:33:20 +03:00

14 lines
222 B
YAML

when:
event:
- push
- pull_request
branch:
- master
steps:
- name: Test
image: alpine:latest
commands:
- echo "Running tests..."
- sleep 1
- echo "Tests completed successfully!"