woodpecker/.woodpecker.yml

16 lines
294 B
YAML
Raw Normal View History

2024-05-24 13:11:19 +00:00
steps:
- name: file_operations
2024-05-24 13:06:34 +00:00
image: ubuntu
commands:
- echo "Starting file operations tests"
- ./file_operations.sh
- echo "File operations tests complete"
2024-05-24 13:28:35 +00:00
when:
branch:
- master
- main
event:
- push
- pull_request
2024-05-24 13:28:35 +00:00