oramap/old-project/.woodpecker.yaml

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!"